This is a simple To-Do List App made using Python.
It runs in the console and helps you manage your daily tasks easily.
- Add new tasks
- View all tasks
- Remove completed tasks
- Tasks are saved in a file (so they stay even after closing the app)
- Python
- VS Code / Terminal
- File Handling
- Lists
- String Manipulation
- Download or clone this repository
- Open the folder in VS Code or terminal
- Run the file:
python todo.py