A simple command-line task manager written in Python.
- Add tasks with a title and priority (low / medium / high)
- List all tasks or only pending ones
- Mark tasks as complete
- Delete tasks
python main.py| Command | Description |
|---|---|
add |
Add a new task |
list |
List tasks |
done |
Mark a task as complete |
delete |
Delete a task |
quit |
Exit the program |
- Python 3.8+