Python CLI To Do App
pythoncli
Friday, December 1, 2023
Overview
Developed a command-line interface (CLI) application in Python for users to efficiently manage daily tasks.
Integrated a relational database model using SQLite and designed User and Task classes leveraging object-oriented principles for efficient data storage and retrieval.
Created an intuitive user experience by implementing various functions and prompts to allow users to view, create, update, manage, and delete tasks.