A lightweight cross-platform application that helps students calculate, track, and systematically clear academic backlogs.
- Smart backlog clearance calculations
- CPD (Classes Per Day) tracking
- Sunday-aware ETA prediction
- Native analytics visualization
- Motivational productivity prompts
- Time Simulator ( Fast-forward days, weeks, or months )
Android Version Code Here: Android
Download the latest release for your platform:
| Platform | Download |
|---|---|
| Windows | BacklogTracker_Setup.exe |
| Linux | BacklogTracker_Linux.tar.gz |
| macOS | BacklogTracker_macOS.zip (untested) |
| Android | BacklogTracker-v1.0.1-Debug.apk |
| Web Version (unstable) | backlogtracker.debojitworkers.qzz.io |
All releases: github.com/debojitsantra/BacklogTracker/releases
If emojis appear as blank squares, install the Noto Color Emoji font:
sudo apt install fonts-noto-color-emoji -yRequired on Ubuntu/Debian-based distros. Not needed on most modern distros that ship with it by default.
Install dependencies
pip install customtkinter pillow pyinstallerRun locally
python backlog_tracker.pyBuild executable
pyinstaller --noconfirm --onefile --windowed --add-data "icon.ico;." --icon=icon.ico --name "BacklogTracker" backlog_tracker.pygit tag v1.0.2
git push origin v1.0.2