This is a simple To-Do List app built with Python using tkinter for the user interface and sqlite3 for data storage.
- Add tasks
- View tasks
- Delete tasks
- Save tasks to database
- Python 3.8.10
tkintersqlite3
- Clone the repository:
git clone <repository-url>