Skip to content

Python program that provides a command line interface to create user specific tasks and manage the same.

Notifications You must be signed in to change notification settings

aadicodes/TaskManagerCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

TaskManagerCLI

Python program that provides a command line interface to create user specific tasks and manage the same.

I created this Python program as part of a project assignment. I had to put all code in one file due to a limitation from the portal I used to submit for review. Feel free to refer this to get a basic idea of how Python can be used to build a CLI tool. Also if you make a copy, modularize the code as a fun task.

Usage

Five steps to run below python code

  1. Checkout this project or just download TaskManager.py
  2. Make sure python 3.12.x is installed on the computer
  3. Open powershell or command-line window or terminal window
  4. Go to the folder where the file “TaskManager.py” is stored.
  5. Type below command and follow instructions shown by the program python TaskManager.py

Request

Feel free to share feedback by raising an issue or creating pull requests

About

Python program that provides a command line interface to create user specific tasks and manage the same.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages