A sleek, user-friendly To-Do List desktop app built with Python.
Designed to help you stay productive, organized, and on top of your day β in a dark-mode interface thatβs easy on the eyes.
β
Add tasks with priority and due dates
π Select dates with an intuitive date picker
π Clean dark theme using ttkbootstrap
π Export your tasks to a CSV file
π Mark tasks as done/undone
ποΈ Delete tasks effortlessly
π§ Get reminders for overdue tasks
π Filter by: All / Pending / Completed
πΎ Offline storage with SQLite β no login, no sync required
| Tool | Purpose |
|---|---|
| Python | Core programming language |
| Tkinter | UI toolkit (built-in with Python) |
| SQLite | Lightweight database for local storage |
| tkcalendar | Calendar widget for due date picker |
| ttkbootstrap | Beautiful dark-themed widgets |
To run this app, make sure you have Python 3.9+ installed.
pip install ttkbootstrap tkcalendar




