Converts images to a format that Steam accepts as screenshots and adds them to the according folders. Simple tool made for convenience for games that can't take screenshots on their own (like FNAF 4).
- Check your game App ID on steamdb and copy it.
- Close Steam.
- Drag and drop your screenshot or screenshots onto the program.
- Type in or paste your App ID and the program will add your already formatted screenshots to your game folder.
- Open Steam and your screenshots should be there.
- Put
steam_screenshot_converter.pyandsteam.icoin the same folder. - You need Pillow and PyInstaller for this to work. Install them via pip:
pip install Pillow PyInstaller - Run the following command to build the executable:
py -m PyInstaller --noconsole --onefile --icon=steam.ico steam_screenshot_converter.py - After building, your executable will be in the dist folder.