This is a simple command-line task manager written in Python. It allows you to manage your tasks, add new tasks, mark them as completed, and view your task list.
- Add tasks with a title, description, and due date.
- View a list of all tasks with details.
- Mark tasks as completed.
- Save tasks to a text file for persistence.
- Load tasks from the text file when the program starts.
- Easy-to-use command-line interface.
To run this task manager on your local machine, follow these steps:
- Clone this repository to your local machine using
git clone.
git clone https://github.com/ArnavNagpurkar/Personal-Task-Manager.git