Simple CLI to-do list in Python with file-based persistence (add/delete tasks saved in t.txt).
A simple command-line to-do list program written in Python. It lets you add new tasks and delete tasks by line number. Tasks are stored persistently in a text file (t.txt).
- Add a new task to the list
- Delete a task by its line number
- Saves tasks to
t.txtso they remain after closing the program
- Python 3
The program uses a plain text file (t.txt) where each task is saved like this:
1. Buy milk
2. Study Python
3. Workout