Skip to content

A tkinter based GUI which can be used to store and manage a student's data of a particular school efficiently

Notifications You must be signed in to change notification settings

harkred/SCHOOL-DATABASE-MANAGEMENT

Repository files navigation

SCHOOL-DATABASE-MANAGEMENT

A backend application to store and manage a student's data from a particular school efficiently. The application uses Tkinter to create the GUI, MySQL for database management, and multithreading for efficiency.

Setup

  1. Have a local webserver installed such as XAMPP.
  2. Inside of mysql_commands.py change the username and password to the correct values corresponding to your MySQL database account.
# Inside mysql_commands.py change these lines
USER = YOUR_USERNAME
PASSWD = YOUR_PASSWORD
  1. Run main.py

About

A tkinter based GUI which can be used to store and manage a student's data of a particular school efficiently

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages