A simple command-line To-Do List application built using Python. This project allows users to manage tasks efficiently by adding, editing, deleting, and viewing them through an intuitive interface.
- Add Tasks: Quickly create new tasks with titles and descriptions.
- Edit Tasks: Modify existing tasks to update details as needed.
- Delete Tasks: Remove tasks that are no longer relevant.
- View Tasks: Display all current tasks along with their completion status.
- Python
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/todo-list.git
-
Navigate to the project directory: cd todo-list
-
Run the application: python todo.py
Usage:
- Run the application in your terminal.
- Follow the prompts to add, edit, delete, or view tasks.
- Enjoy organized task management!
Contributing:
Contributions are welcome! If you find any issues or have suggestions for improvements, please submit an issue or a pull request.
License:
This project is licensed under the MIT License. See the LICENSE file for more details.
Acknowledgements:
This project is part of the CodeSoft Internship Project 2. Thanks to everyone who contributed and provided resources to help develop this application!
Tags: Codesoft_taskno
Feel free to modify any section to better fit your project or personal style!