To-Do List Application (Python)
About This is a small console-based To-Do List app made using Python.
The app lets you add, view, and remove tasks.
All tasks are saved in a text file so they stay even after closing the program.
Features
- Add new tasks
- View all tasks
- Remove tasks
- Saves tasks automatically in a file
How to Run
- Make sure you have Python 3 installed.
- Open the folder in VS Code or Terminal.
- Run the app using:
python todo.py