/to-do-list

Primary LanguagePython

To-Do List Manager

The To-Do List Manager is a simple Python program that allows you to manage your to-do list in the Ubuntu terminal.

Features

  • 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.

Requirements

  • Python 3.x
  • Ubuntu or Linux-based operating system

Usage

  1. Clone or download the repository to your local machine.
  2. Open a terminal and navigate to the directory containing the todo_list.py file.
  3. Run the following command to start the program: python3 todo_list.py
  4. Follow the on-screen instructions to manage your to-do list.
  5. Press Enter to continue after each operation.
  6. To exit the program, choose the "Exit" option from the menu.

Example

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...

License

This project is licensed under the MIT License.

Feel free to customize and improve the program to fit your needs.


Happy task management!