GUI Application based on tkinter and pymysql in python
Allows the user to perform add, update and delete operations on Student Records
It allows the user to filter data based on Name, Roll No, Contact
Uses pymysql to perform query based operations of deleting, updating and filtering data
The database has the following fields:
- Roll No.
- Name
- Gender
- Contact
- DOB
- Address