i have a long list of games and i want to sort it by player count , any idea how ? , does steamapi support this ?
i tried this python code :
import SteamCharts
import pandas as pd
game_list = [
“Sunless Skies: Sovereign Edition”, “Freshly Frosted”, “Redout 2”,}
but it says no module called “Steamcharts”
New contributor
black97 devil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.