This is a simple To-Do List desktop application built with Python (Tkinter) for the GUI and SQLite for persistent storage.
It allows users to add, edit, delete, clear, and save tasks, ensuring that tasks remain available even after closing the app.
- Add new tasks
- Edit existing tasks
- Delete selected tasks
- Clear all tasks
- Tasks automatically saved in SQLite database
- Scrollable task list
- Simple, clean UI built with Tkinter
- Python 3
- Tkinter (for GUI)
- SQLite3 (for database storage)
- Clone this repository:
git clone https://github.com/ToboreOghen/Todolist-Tkinter-sqlite.git cd Todolist-Tkinter-sqlite