This is a basic To-Do List application built using Python's Tkinter library. It allows you to add and manage your tasks in a user-friendly graphical interface.
Requirements:
- Python 3.x (https://www.python.org/downloads/)
- Tkinter
Features:
-
Adding a Task: Type the task's name in the input field at the bottom and click the "Add Task" button. The task will be added to the list.
-
Removing a Task: Select a task from the list by clicking on it. Then, click the "Remove Task" button to remove the selected task.
-
Exiting the Application: Click the "Exit" button to close the application.
Contributions:
Contributions are welcome! If you'd like to contribute to the project, please fork the repository and submit a pull request.