Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 632 Bytes

File metadata and controls

14 lines (11 loc) · 632 Bytes

Steam Backlog Checker

By: Sheikh Arian

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.

Libraries Used

  • 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.