This is a simple command-line To-Do List application written in Python. It allows users to add, delete, view, and manage their tasks interactively through the terminal.
- Add new tasks
- View existing tasks
- Delete tasks by index
- Simple command-line interface
python todo.py