QT Desktop Linux app for tracking anime backlog
Go to file
2025-07-26 14:15:01 +05:00
icons creating building files for packaging the app into an executable file 2025-07-25 22:11:59 +05:00
.gitignore creating building files for packaging the app into an executable file 2025-07-25 22:11:59 +05:00
anime_backlog.db-shm adding ctrl+q shortcut 2025-07-25 12:36:03 +05:00
anime_backlog.db-wal adding ctrl+q shortcut 2025-07-25 12:36:03 +05:00
backend.py improving safety, Sanitizing input, Validating and sanitizing data, Ensuring proper HTML escaping 2025-07-23 20:42:35 +05:00
build.spec creating building files for packaging the app into an executable file 2025-07-25 22:11:59 +05:00
frontend.py creating hyperlinks for seasons 2025-07-26 14:15:01 +05:00
readme.md adding readme and season stats 2025-07-26 14:03:18 +05:00
requirements.txt creating building files for packaging the app into an executable file 2025-07-25 22:11:59 +05:00

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