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.
Five steps to run below python code
- Checkout this project or just download TaskManager.py
- Make sure python 3.12.x is installed on the computer
- Open powershell or command-line window or terminal window
- Go to the folder where the file “TaskManager.py” is stored.
- Type below command and follow instructions shown by the program python TaskManager.py
Feel free to share feedback by raising an issue or creating pull requests