1dd69955d4b14449c2713572dc7c7575ab0adbae
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
Description
Languages
Python
100%