A simple cli based task-manager app
Project description
# todo_app
Started following a tutorial from real-python.
After the end of the tutorial , I will contribute major changes to the project.
I added time of creation of tasks. Modified most of the fields and working procedures of those code.
- Instalation:
–
Usages:
- – At first need to apply init for initializing:
$ python3 -m todo init
—To add a task: $ python3 -m todo add or $ python3 -m add [–description/-d] <Description> [–priority/-p] <Priority>
- – To see lists of Tasks:
$ python3 -m todo list
—To see all the tasks (Including Done tasks): $ python3 -m todo list -a
- – To Update a task:
$ python3 -m todo update or $ python3 -m todo update [–id] <Task ID> [–status/-s] <Status> [–priority/-p] <Priority>
—To remove a task: $ python3 -m todo remove <Task ID> [–force/-f]
- – To clear all tasks:
$ python3 -m todo clear
—For Any commands , you can always type –help
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file task-manager-todo-0.1.1.tar.gz.
File metadata
- Download URL: task-manager-todo-0.1.1.tar.gz
- Upload date:
- Size: 57.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a83aeaaa1475636ef53a6d67f58fc89c28c887f9eb41a76dd4e76401a31dc5f
|
|
| MD5 |
76ac2c0844df74e92668e98c4b6ce5f0
|
|
| BLAKE2b-256 |
e73314ec8302b9a3d473d598003d6c0787aef6ce479ee01b582c1cbff7490f1c
|