A simple task manager application to manage tasks efficiently. This Python script allows users to add, complete, and display tasks.
- Add new tasks with a title and description.
- Mark tasks as completed.
- Display all tasks with their completion status.
Make sure you have Python installed on your machine. You can download it from python.org.
-
Clone the repository:
git clone https://github.com/yourusername/task_manager.git cd task_manager