To-Do List is a Python-based application built using Tkinter, allowing users to efficiently manage their tasks by providing features to add, remove, and update tasks in a user-friendly graphical interface.
A simple to-do list application built using Python and Tkinter.
- Add tasks: Easily enter new tasks to the to-do list.
- Remove tasks: Remove completed or unnecessary tasks from the list.
- Persistent storage: Tasks are stored in an SQLite database, ensuring data is retained even after closing the application.
- User-friendly interface: The graphical interface makes it intuitive and convenient to manage tasks.
- Clone the repository.
- Install the required dependencies from requirements.txt.
- Run the application: todo_list.py.
- Add tasks: Enter the task in the text field and click the "Add Task" button. The task will be added to the listbox.
- Remove tasks: Select a task from the listbox. Click the "Delete Task" button to delete the selected task.
- Manage tasks: Use the application to add, remove, and update tasks as needed.