Skip to content

as-troska/AutoSteamGrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

AutoSteamGrid

What is it?

AutoSteamGrid is a short Python script automating the process of setting posters to games that only have banners in your Steam library grid-view. It has been tried on a library of about 3000, and ran flawlessly - finding posters to approx 98% of missing games. Please note that the script takes quite some time to finish when dealing with libraries of these sizes. Your results should be visible in your Steam library as the script is running.

Screenshots

Ugly ass library pre-script Ugly ass library pre-script

Beautiful library post-script. No restart of Steam required Beautiful library post-script. No restart of Steam required

Requirements

  • Windows version of Steam
  • SteamGrid API key
  • Steam API Key
  • Your Steam id
  • dotenv library. Install with pip install python-dotenv

Usage

To use this script, you need to suply three variables:

You may put these variables in an .env-file like this:

STEAMID=      
STEAMAPIKEY=""    
STEAMGRIDAPIKEY=""    

If an .env is not found, you will have to enter when prompted.

If the script crashes you may enter the last checked id as a parameter when calling main on line 105.

Disclaimer

Previously downloaded posters might be overwritten.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages