Skip to content

rashmi1311/student-database-python

Repository files navigation

Student Database Management System

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

About the project

On running the .ipynb file, a GUI window will pop up which looks like this:

The screenshot for the first GUI tab which shows up on running the code

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.

The screenshot for the output after entering the data

Use the display tab to view all the entries in the respective file.

The screenshot for the output after clicking the display button on the 'Display' tab

References

https://docs.python.org/3/library/tk.html
https://docs.python.org/3/library/json.html

About

A Student Database Management System made using Python.

Topics

Resources

Stars

Watchers

Forks