This repository contains the complete code for making a Student Database Management System.
- Language used for GUI: Python (using Tkinter)
- Language used for connectivity with the database: Python
- Database used: json files
On running the .ipynb
file, a GUI window will pop up which looks like this:
It has 5 tabs in the GUI window; four for adding and displaying the students and courses and one for allocating courses to students.
After inserting the data in a tab, press the submit button. A "Record added" message will pop up.
Use the display tab to view all the entries in the respective file.
https://docs.python.org/3/library/tk.html
https://docs.python.org/3/library/json.html