QT Desktop Linux app for tracking anime backlog
Go to file
2025-08-05 16:51:58 +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 fixed season default value when editing anime 2025-08-05 16:36:43 +05:00
readme.md updating readme 2025-08-05 16:51:58 +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

Then run a binary: ./dist/AnimeTracker/AnimeTracker

How to update the binary file

cp ~/Documents/programs/python/anime-tracker/dist/AnimeTracker/AnimeTracker ~/Applications/AnimeTracker/AnimeTracker

How to run this app without building:

python frontend.py