c091c3b699f006dc28580bef075f9bd59f8274c4
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%