Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 683 Bytes

File metadata and controls

22 lines (18 loc) · 683 Bytes

Python MySQL CRUD Project

Overview

This project demonstrates how to connect Python with MySQL and perform basic CRUD operations (Create, Read, Update, Delete) on a MySQL database.

Features

  • Insert data into the database
  • Delete data from the database
  • Update data in the database
  • Display all data from the database
  • Display a single record from the database
  • Exit the program

Requirements

  • Python 3.x
  • MySQL Server
  • MySQL Connector/Python library

Installation

  1. Install Python from Python.org
  2. Install MySQL Server from MySQL Downloads
  3. Install MySQL Connector/Python library using pip: