Skip to content

Advanced Task Manager with SQLite, and transactions

Notifications You must be signed in to change notification settings

jandaghi14/task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advanced Task Manager

A command-line task management system with SQLite database, featuring transaction handling.

Features

  • Create, view, update, and delete tasks
  • Organize tasks by categories
  • Mark tasks as complete/incomplete
  • View statistics (total, completed, pending tasks)
  • Move tasks between categories

Technical Skills

  • SQLite3 with relationships
  • Transaction management (COMMIT/ROLLBACK)
  • CRUD operations
  • Modular code architecture
  • Error handling

How to Run

python task_manager.py

Built With

Python 3 | SQLite3

About

Advanced Task Manager with SQLite, and transactions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages