Skip to content

This Python GUI application utilizes tkinter and pymysql to manage student records, enabling users to add, update, and delete entries. It relies on pymysql for executing queries for data manipulation.

Notifications You must be signed in to change notification settings

dakshp26/Student-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Student-Management-System

GUI Application based on tkinter and pymysql in python

Allows the user to perform add, update and delete operations on Student Records

UI pic

It allows the user to filter data based on Name, Roll No, Contact

Filteration pic

Uses pymysql to perform query based operations of deleting, updating and filtering data

The database has the following fields:

  1. Roll No.
  2. Name
  3. Email
  4. Gender
  5. Contact
  6. DOB
  7. Address

About

This Python GUI application utilizes tkinter and pymysql to manage student records, enabling users to add, update, and delete entries. It relies on pymysql for executing queries for data manipulation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages