This is a simple CLI app made in Python to help users add, view and manage their tasks to boost productivity. Tasks can be added together with priority levels and organized into daily format or project list.
- Add tasks and view tasks
- Manage tasks (modify/delete/edit priority)
- Setting tasks with priorities
- Local storage of tasks
task-list-manager/
├── main.py # main app (menus)
├── storage.py # storage system
├── task_system.py # tasks logic
└── utils.py # utility functions
- Python 3.8 or higher
- Git
# Clone the repo
git clone https://github.com/self-reliantkid/task-list-manager
# Navigate to project folder
cd task-list-manager
# Run the app
# Windows
python main.py
# MacOS/Linux
python3 main.py
- Organize tasks in daily list format or sections
- Sorting of tasks based on preference
- Time frames attached to tasks
- Language: Python
- Interface: Command Line
- Github: @self-reliantkid
- LinkedIn: Senanu Folikumah
MIT