QT Desktop Linux app for tracking anime backlog
Go to file
2025-07-27 00:17:50 +05:00
icons creating building files for packaging the app into an executable file 2025-07-25 22:11:59 +05:00
.gitignore creating building files for packaging the app into an executable file 2025-07-25 22:11:59 +05:00
backend.py added window with the database statistics 2025-07-26 19:55:46 +05:00
build.spec creating building files for packaging the app into an executable file 2025-07-25 22:11:59 +05:00
frontend.py added window with the database statistics 2025-07-26 19:55:46 +05:00
readme.md adding readme and season stats 2025-07-26 14:03:18 +05:00
requirements.txt creating building files for packaging the app into an executable file 2025-07-25 22:11:59 +05:00

How to build this app:

python -m venv anime_env source anime_env/bin/activate pip install pyinstaller pyinstaller build.spec --clean

How to run this app without building:

python frontend.py