6cad2d4f8a92b94f6924ff49993261af7f96197a
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%