86e7b72323fd6d52d9d701b835c65a0aa78c758d
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
Description
Languages
Python
100%