A secure, feature-rich terminal application to track your anime progress, with encryption and statistics. Works on Windows, macOS, and Linux.
✅ Encrypted Storage – Securely stores your data with AES-256
✅ Adult Content Protection – Password-locked section for 18+ anime
✅ Statistics Dashboard – Hours watched, completion rate, favorite genres
✅ Cross-Platform – Runs anywhere (Terminal/CMD/PowerShell)
✅ Auto-Installer – Automatically installs required dependencies
- Download
my-anime-tracker.py - Create
anime-tracker.batin the same folder:@echo off python my-anime-tracker.py pause
- Double-click the
.batfile to run!
python -m pip install rich cryptography
python my-anime-tracker.py# Make executable
chmod +x my-anime-tracker.py
# Run directly
./my-anime-tracker.py
# OR install globally
sudo cp my-anime-tracker.py /usr/local/bin/anime-tracker
anime-tracker # Run from anywhere!- Set a Master Password (used to encrypt your data)
- Optional: Set an Adult Content Password (separate from the main password)
- Save your Recovery Key (critical if you forget passwords!)
| Command | Description |
|---|---|
add |
Add new anime |
list |
Show your watchlist |
update |
Edit anime progress |
stats |
View watch statistics |
export |
Backup data to JSON |
adult |
Enter adult section (password required) |
pip install rich cryptography --user- Reinstall Python from python.org with "Add to PATH" checked
Add pause at the end of your .bat file:
@echo off
python my-anime-tracker.py
pause- Config File:
~/.Anime/config.json - Data File:
~/.Anime/data.enc(encrypted) - Manual Backup:
cp -r ~/.Anime ~/anime-backup
MIT License - Free for personal and commercial use.
Found a bug? Open an issue on GitHub.
🎉 Happy Tracking! 🎉
📜 Pro Tip: Use anime-tracker --help for all commands!