Shows a list of games with less than 2 hours of playtime of an entered Steam ID. Also can look at the backlog list of games of friends of entered Steam ID.
NOTE: Requires Steam API Key to function, program needs a valid API key to work.
- tkinter: Python GUI Library to create windows, buttons, and popups
- PIL: For image resizing and presentation.
- requests: Sends HTTP requests to Steam Web API for data retrieval.
- io: converts image byte streams into image objects.
- threading: runs API calls in background to prevent GPU-freezing.