Skip to content

A simple, unoptimized python script that helps me decide which games to buy from my wishlist.

License

Notifications You must be signed in to change notification settings

nekooooooooo/steam-wishlist-combination-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI - Python Version GitHub

Steam Wishlist Combination Generator

A simple, unoptimized python script that helps me decide which games to buy from my wishlist.

This script uses Augmented Steam's wishlist export to json function.

Setup and Usage

  • Clone this repository
  • pip install -r requirements.txt
  • Run script

Optionally

Chrome download link Firefox download link

  • Export your wishlist to a json file named wishlist.json

Optional variables:

Optionally, change currency inside the utils/constants.py, line 3 CURRENCY = "<currency>", currently it's in my currency but it should work still

CURRENCY = "<currency>"

Credits

  • TomSchimansky for CustomTkinter
  • IsThereAnyDeal for Augmented Steam

To Do (Some planned features might be added to web version)

  • Optimize code
  • GUI using Tkinter, maybe (04/04/2023)
    • Clickable links (04/04/2023)
    • Game Banner Preview
  • More options
    • Is Game toggle (04/04/2023)
    • Is discounted toggle (04/04/2023)
    • Discount minimum - maximum
    • has Cards toggle
    • has Achievements toggle
    • Tags selection
    • Currency Change
    • Exclusions (04/04/2023)
  • Display all games from wishlist
  • Edit output
    • Add/Remove Games
    • Generate list with remaining funds
  • Support for official steam wishlist data json (26/3/2023)
    • Steam URL/SteamID/Vanity Url
  • Sort
  • Executable release
  • CLI release
  • Web app release

About

A simple, unoptimized python script that helps me decide which games to buy from my wishlist.

Topics

Resources

License

Stars

Watchers

Forks

Languages