A simple command-line To-Do List application written in Python.
Manage your daily tasks quickly from the terminal: add, view, search, remove, and clear tasks with ease.
- Add tasks
- View all tasks
- Search tasks by keyword
- Remove a task by task number
- Clear all tasks
- Help menu with all available commands
- Python 3.x
- Clone the repository
git clone https://github.com/EriThinMyat/To-Do-List-with-Python.git cd To-Do-List-with-Python