File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Random game picker from your installed Steam games. Mainly to help indecisive pe
1515You can run the script as it is through CMD, or you can compile it to an EXE with pyinstaller.
1616
1717# Pyinstaller Compilation
18- ` pyinstaller --onefile --noconsole --icon=SteamRouletteIcon.ico --add-data "apikey.txt;." --add-data "SteamRouletteIcon.ico;." --add-data "SteamRouletteLogo.png;." SteamRoulette.py `
18+ ` pyinstaller --onefile --noconsole --icon=SteamRouletteIcon.ico --add-data "apikey.txt;." --add-data "steamuserid.txt;." --add-data " SteamRouletteIcon.ico;." --add-data "SteamRouletteLogo.png;." SteamRoulette.py `
1919
2020# Usage
2121To use this application, you will need your Steam API key. This cannot be provided and is different for each person.
@@ -34,6 +34,7 @@ To get your Steam API Key, visit https://steamcommunity.com/dev/apikey and login
3434- Set your own API Key via the Set API Key button. This key will persist in a local text file so you only have to enter it once.
3535- Now an ability to switch between a light and dark theme, depending on your preferences.
3636- Preloads Steam game header images to a cache so you won't have to fetch them through the Steam API each time.
37+ - Feature to now include games you own that are not installed in the spin list
3738
3839![ image] ( https://github.com/user-attachments/assets/493f27ac-49e3-4c13-8117-7364d8930fb8 )
3940
You can’t perform that action at this time.
0 commit comments