Activity

Zyrey

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.

Attachment
Attachment
Attachment
0
Zyrey

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.

0
Zyrey

made a “gui” for the achievements, ill fix it tmwr but atleast they show up lol

Attachment
0
Zyrey

alot of bug fixing, changed entire gui to custom tkinter because it looks way nicer.

Attachment
0
Zyrey

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.

Attachment
0
Zyrey

alot of bug fixes, gui improvements, and a combo box that fetches info about games you own

Attachment
0
Zyrey

some gui work and a script to retrieve owned games and info from the api

Attachment
0
Zyrey

finished a section for inputting your steam id after your api key (the id also saves in a .txt file)

Attachment
0
Zyrey

created pop up to obtain users api key (if one doesnt exist) and save to a .txt file (:

Attachment
0