A simple To-Do List application built using Python and Tkinter with persistent file storage.
- Add tasks
- Delete tasks
- Graphical User Interface (GUI)
- Saves tasks using file handling
The app uses Tkinter for the interface and stores tasks in a text file to maintain data even after closing.
- Python
- Tkinter
python todo_gui.py
- Add task editing
- Add deadlines
- Improve UI design
Guru Raghav M