A simple to-do list application with a graphical user interface (GUI) built using Python and tkinter. This app allows you to add, remove, mark tasks as done, and list all tasks with their respective dates of addition.
- Add Task: Add a new task with the current date.
- Remove Task: Remove an existing task.
- Mark Task as Done: Mark a task as completed.
- List Tasks: Display all tasks with their status and date of addition.
- Python 3.x
-
Clone the repository:
git clone https://github.com/ManasCodeLab/To-Do-List.git cd To-Do-List