A simple Python-based To-Do List program that helps users manage their tasks. This program allows adding, viewing, editing, searching, and deleting tasks from a list.
- Add tasks to the To-Do list.
- View all tasks in the list.
- Edit existing tasks.
- Search for specific tasks.
- Delete tasks from the list.
- A menu-driven interface for easy navigation.
- Ensure you have Python installed on your system.
- Clone the repository or download the project files.
- Open a terminal or command prompt in the project directory.
- Run the program using the command:
python to_do_list.py