sherigar / HacktoberFest-2023

Contribute to the open source Hacktoberfest
https://hacktoberfest.com
MIT License
23 stars 204 forks source link

Create ToDo.py #253

Closed Praveen-Agarwal closed 11 months ago

Praveen-Agarwal commented 11 months ago

Created a To-Do List application using Python and the Tkinter library. The application provides a graphical user interface where users can easily manage their tasks. I've implemented the following features:

  1. Task Addition: Users can input new tasks through a text entry field and add them to the list.

  2. Mark as Completed: Tasks can be marked as completed, and they are moved to a separate list to keep track of completed tasks.

  3. Task Removal: Users can remove tasks they no longer need.