Skip to content

lifeisacanvas24/personal-task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Task Manager CLI

A command-line task manager built with Python, SQLite, and argparse for managing personal tasks.

Features

  • Create tasks with fields like title, description, priority, due date, etc.
  • Update tasks with confirmation.
  • List tasks with sorting options and indentation for subtasks.
  • Delete tasks with optional cascade deletion of subtasks.

Installation

  1. Clone the repository.
  2. Install dependencies:
    pip install -r requirements.txt
  3. Install via pip
  pip install personal-task-manager-cli

About

Personal Task Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages