Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 723 Bytes

File metadata and controls

21 lines (14 loc) · 723 Bytes

Task Manager - Command-Line Python Application

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.

Features

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

Getting Started

To run this task manager on your local machine, follow these steps:

  1. Clone this repository to your local machine using git clone.
git clone https://github.com/ArnavNagpurkar/Personal-Task-Manager.git