Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 872 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 872 Bytes

To-do-List-App

This to-do app is a simple yet useful application built using Python and Tkinter module. It provides a graphical user interface where users can easily add and delete tasks from a to-do list. The app stores the tasks in a file named "data.txt" for persistent data storage.

The GUI window contains a title, two labels, a list box, a text box for input, and two buttons for adding and deleting tasks. The user can enter a task in the text box and add it to the list by clicking the "Add" button. The added task is also saved to the "data.txt" file. The user can select a task from the list and delete it by clicking the "Delete" button, which also updates the "data.txt" file.

If you want to run this program. All you need just copy the code and create data.txt in your folder or just run this file into your favorite IDE. (don't forget the data.txt file)