Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 628 Bytes

File metadata and controls

30 lines (22 loc) · 628 Bytes

Smart Task & Data Management System

A Python-based task management system demonstrating:

  • OOP
  • File handling
  • Data analytics
  • Logging
  • Testing
  • Clean architecture

Technologies

  • Python
  • pandas
  • matplotlib

How to Run

pip install -r requirements.txt
python main.py

How it Works

Task Manager Menu

Task Manager Menu

Helps to effectively view, create and complete tasks and organize them based on priority as shown in the image.

Analytics Chart

Analytics Chart

Bar Graph to show the number of tasks created based on priority as shown in the image.