Thsi is a python roadmap project
cli-tasker is a project used to track and manage tasks.
cli-tasker can help user:
- Add a Task: Users can add a new task to their task list by providing a description. Each task is assigned a unique ID and is initially set to the "todo" status.
- Delete a Task: User can removed from the tasks by specifying their unique ID. After delete the task, you can choose whether to rearrange the task id or not.
- Update a Task: Users can update the description of an existing task. This requires the task's ID and the new description.
- List Tasks: Users can list all tasks (default) or filter them by any user defined status.
- Mark Task with user-defined status: Tasks can be marked as "on-going" by providing their ID.
- Mark Task as Done: Tasks can be marked as "done" by specifying their ID. After mark as done, you can choose to leave the task on the list or delete it.
-
open terminal
-
copy following code
$pip3 install cli-tasker
on the terminal -
After install successly, you can manege your task!