Among Us Editor - Python
This was a project I took on in the wake of the popularity of the hit game, Among Us.
It acted as a way to modify your game's files without the restrictions in-game; for example, there are certain cosmetic items that were locked behind limited time events, but were made usable by everyone using this tool.
It also allowed players to use server settings beyond the limits of the game, like super-fast movement or very limited visibility.
It was based on a very similar project by Koupah, also called Among Us Editor; the primary difference being that his was written in Java using Swing, while mine was written in Python using PySimpleGUI.
The project unfortunately no longer functions; it hasn't been updated since November 2021, and in that time, Innersloth has updated the data scheme for the save file.
It was, however, a great excercise in GUI development and data structuring.