The To-Do List Manager is a simple Python program that allows you to manage your to-do list in the Ubuntu terminal.
- Display the current to-do list.
- Add new tasks to the to-do list.
- Remove tasks from the to-do list.
- User-friendly menu interface.
- Clear and readable output.
- Python 3.x
- Ubuntu or Linux-based operating system
- Clone or download the repository to your local machine.
- Open a terminal and navigate to the directory containing the
todo_list.py
file. - Run the following command to start the program: python3 todo_list.py
- Follow the on-screen instructions to manage your to-do list.
- Press Enter to continue after each operation.
- To exit the program, choose the "Exit" option from the menu.
Here's an example of how the program might look when running:
To-Do List Manager
Display the to-do list
Add a task
Remove a task
Exit
Enter your choice: 2
Enter task: Complete project report
Task added successfully!
Press Enter to continue...
This project is licensed under the MIT License.
Feel free to customize and improve the program to fit your needs.
Happy task management!