a simple steam achievement tracker that pulls data from steams api to track your achievements (:
i used chatgpt and or claude for bugs as a last resort when i couldnt fix/find them myself at all
a simple steam achievement tracker that pulls data from steams api to track your achievements (:
i used chatgpt and or claude for bugs as a last resort when i couldnt fix/find them myself at all
final bug fixes for shipping!
Log in to leave a comment
added achievements loaded counter, added achieved at time, added timezone selector, also added change timezone to settings, fixed the ugly gui grid/packing, and centered the game header canvas properly by changing the canvas size.
Log in to leave a comment
added settings and fixed game reselection bug
Log in to leave a comment
fixed achievement gui, added the ability to click on an achievement icon to get more information about it, program now only loads games with achievements to avoid errors, ill fix the grid in the extra information frame eventually and theres also a bug when selecting another game so ill have to fix that too, also improved the threading and cleaned up the code a bit, it takes quite a while to load because the program fetches data about the users games before the window is open, havent decided if i want to keep it that way or change it.
Log in to leave a comment
made a “gui” for the achievements, ill fix it tmwr but atleast they show up lol
Log in to leave a comment
alot of bug fixing, changed entire gui to custom tkinter because it looks way nicer.
Log in to leave a comment
did api requests for player achievements, did some gui stuff like retrieving the selected games banner,
made a list with all this stuff
“name”: ach_name,
“display_name”: display_name,
“description”: description,
“achieved”: achieved,
also did the api for achievement icons, and some bug fixing.
Log in to leave a comment
alot of bug fixes, gui improvements, and a combo box that fetches info about games you own
Log in to leave a comment
some gui work and a script to retrieve owned games and info from the api
Log in to leave a comment
gui changes. they are temporary
Log in to leave a comment
finished a section for inputting your steam id after your api key (the id also saves in a .txt file)
Log in to leave a comment
created pop up to obtain users api key (if one doesnt exist) and save to a .txt file (:
Log in to leave a comment