Skip to content

debojitsantra/BacklogTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backlog Tracker Banner

Backlog Tracker Icon

Backlog Tracker

A lightweight cross-platform application that helps students calculate, track, and systematically clear academic backlogs.


Features

  • 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 )

Installation

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

Linux — Emoji Support

If emojis appear as blank squares, install the Noto Color Emoji font:

sudo apt install fonts-noto-color-emoji -y

Required on Ubuntu/Debian-based distros. Not needed on most modern distros that ship with it by default.

Local Development

Install dependencies

pip install customtkinter pillow pyinstaller

Run locally

python backlog_tracker.py

Build executable

pyinstaller --noconfirm --onefile --windowed --add-data "icon.ico;." --icon=icon.ico --name "BacklogTracker" backlog_tracker.py

Releases via CI/CD

git tag v1.0.2
git push origin v1.0.2

Author

github.com/debojitsantra

About

A lightweight cross-platform application that helps students calculate, track, and systematically clear academic backlogs.

Topics

Resources

License

Stars

Watchers

Forks

Contributors