A python script allowing a windows user to simulate that a steam game is running given its appId.
The script relies on: wget, pillow and tkinter
-
Install Python >=3.7
-
Install dependencies:
wget
pip install wgetpillow
pip install pillowtkinter
pip install tkintertable -
Launch Steam and log in
-
run da-steam-idler.py
You can run the script with one parameter (AppId of a game)
python da-steam-idler <appId>or without
python da-steam-idler -
A window open, you are now idling.
Example for CSGO (appId 730):
python da-steam-idler 730
