This is a Student Management System built using Python with Tkinter for the GUI and MySQL for the database. The system allows users to add, view, update, and delete student records efficiently.
Features:
-
Connect to database:Used to connect to the database for the CRUD Operations.
-
Add Student: Add new student records with details like name, roll number, grade, and contact information.
-
Show all: Display all existing student records in a table format.
-
Update Student: Edit details of existing student records.
-
Delete Student: Remove student records from the database.
-
Search Student: Search for student records based on various criteria.
-
Export Data: Exports the records into .csv format