A simple command-line To-Do List application built using Python.
This app allows users to manage tasks with persistent storage using a text file.
- Add new tasks
- View all tasks
- Mark tasks as done
- Remove tasks
- Clear all tasks
- Tasks are saved to a file and persist between runs
- Python 3
- File Handling
- Lists
- String Manipulation
- Clone the repository
- Navigate into the folder
- Run:
python todo.py