Skip to content

A simple command-line Tasks Manager application written in Python using MySQL for database storage.

Notifications You must be signed in to change notification settings

out-0/Tasks-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager App

A simple command-line task management application built with Python and MySQL. This app allows users to manage their daily tasks by adding, viewing, searching, deleting, and categorizing tasks.

Features

  • Add new tasks with:
    • Title
    • Description
    • Priority (Low, Medium, High)
    • Due Date
    • Category (Work, Personal, etc.)
  • View all tasks
  • Search tasks by keyword
  • Delete tasks by ID
  • Mark tasks as complete (optional feature)
  • Store all data in a MySQL database

Technologies Used

  • Python 3
  • MySQL
  • mysql-connector-python library

Getting Started

1. Clone the Repository

About

A simple command-line Tasks Manager application written in Python using MySQL for database storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages