Desktop application created with Valkka, WxWidgets and Python3.9.
The repo contains the software's source code, which is tested and recommended to run on Ubuntu 22+ LTS.
To compile, enter src/ and run:
pyinstaller main.py --onefile --clean
Then you can find the build artifact in the dist/ subdir (of src/).