Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.68 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.68 KB

Task-Manager

This is a simple Python command-line To-Do List application that allows you to view, add, and mark tasks as completed. It's a straightforward tool to help you manage your tasks and keep track of what needs to be done.

Usage

  1. View Tasks Select option 1 from the menu to view the tasks in your to-do list. The application will display a numbered list of tasks that need to be completed.

  2. Add Task Choose option 2 to add a new task to your to-do list. Enter a task when prompted, and it will be added to your list.

  3. Mark Task as Completed Select option 3 to mark a task as completed. You will be prompted to enter the number of the completed task, and it will be removed from your list.

  4. Exit Program To exit the program, choose option 4. The application will bid you farewell and close.

How to Use

  1. Clone or download this repository to your local machine.

  2. Open a terminal and navigate to the repository's directory.

  3. Run the application by executing the following command:

    python Task_manager.py

  4. Follow the on-screen menu instructions to interact with the application.

  5. Enjoy organized task management!

Customization

You can customize this application to suit your specific needs. Here are some tips:

  • Modify the messages and prompts in the code to match your preferred style.
  • Add more features or options to the menu to enhance functionality.
  • Change the application's name and branding to make it your own.

Author

Hasnain kherani

Acknowledgments

Thanks to the open-source community for inspiring and providing resources for this project. Feel free to customize, enhance, and share this to-do list application with the world! Happy task management!