Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 541 Bytes

File metadata and controls

31 lines (25 loc) · 541 Bytes

Personal Task manager

A simple command-line task manager built with python

Features

  • Add tasks
  • View all tasks
  • Mark tasks as complete
  • Delete tasks
  • Save tasks to file (persistent storage)

Requirements

  • Python 3.6 or higher

How to Run

python task_manager.py

Project Structure

task-manager/
├── task_manager.py  # Main application
├── README.md        # This file
└── tasks.json       # Saved tasks (created automatically)

Author

Raji Olatubosun Joshua

Date

December 2025