QT Desktop Linux app for tracking anime backlog
Go to file
2025-08-08 16:31:49 +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 code refactoring 2025-08-08 16:31:49 +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 code refactoring 2025-08-08 16:31:49 +05:00
readme.md code refactoring 2025-08-08 16:31:49 +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

rm -rf ~/Applications/AnimeTracker/_internal && cp -r ~/Documents/programs/python/anime-tracker/dist/AnimeTracker ~/Applications/

How to run this app without building:

python frontend.py