anime-tracker-qt/readme.md
2025-07-27 00:20:31 +05:00

267 B

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 run this app without building:

python frontend.py