This is a basic command-line to-do list application written in Python.
- Add a task
- View all tasks
- Remove a task
- Persist tasks between sessions
Clone the repository and run todo.py:
git clone https://github.com/yourusername/simple_todo_list.git
cd simple_todo_list
python todo.py