A simple menu-driven CRUD (Create, Read, Update, Delete) application built using Python and SQLite3. This project demonstrates how to perform basic database operations through a command-line interface ...
This project is a simple CRUD (Create, Read, Update, Delete) application built using Python and SQLite3. It allows users to store, view, update, and delete records through a command-line interface.