Skip to content

self-reliantkid/task-list-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task List Manager

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.

Features

  • Add tasks and view tasks
  • Manage tasks (modify/delete/edit priority)
  • Setting tasks with priorities
  • Local storage of tasks

File Structure

task-list-manager/
├── main.py             # main app (menus)
├── storage.py          # storage system
├── task_system.py      # tasks logic
└── utils.py            # utility functions

Getting Started

Prerequisities

  • Python 3.8 or higher
  • Git

Installation

# 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

Roadmap

  • Organize tasks in daily list format or sections
  • Sorting of tasks based on preference
  • Time frames attached to tasks

Tech Stack

  • Language: Python
  • Interface: Command Line

Author

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages