Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 605 Bytes

File metadata and controls

22 lines (17 loc) · 605 Bytes

Student Database Management System (Python + MySQL)

This is a simple Student Database Management System project built using Python and MySQL. It allows CRUD operations on student records from a terminal interface.

⚙️ Features

  • Add new student records
  • Update existing student details
  • Delete student entries
  • View all records
  • View database structure
  • Create the student table
  • List all tables in the database

🧑‍💻 Requirements

  • Python 3.x
  • MySQL server installed
  • mysql-connector-python library
    Install with:
    pip install mysql-connector-python