Skip to content

Gaurav0801Rai/task-manager-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Task Manager - Python

Task Manager application written in Python that allows you to add, edit, remove, and mark tasks as done. Tasks are saved permanently in a JSON file, so your data is not lost when you close the program.


Features

  • Add new tasks
  • Edit existing tasks
  • Mark tasks as done
  • Remove tasks
  • View all tasks with their status
  • Tasks are stored in tasks.json for permanent saving
  • Simple console-based interface

Requirements

  • Python 3.x installed
  • (Optional) VS Code for editing and running the code
  • No extra Python libraries needed (uses standard library)

Setup & Run Locally

  1. Clone the repository or download the files:
git clone https://github.com/Gaurav0801Rai/task-manager-python.git
cd task-manager-python

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages