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.
- Have a local webserver installed such as XAMPP.
- 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
- Run main.py