Python GUI program(Tkinter) which is capable of storing, editing school student database.
-
We can register/view student details including their fee information including fee due, and fee paid, attendance and marks according to their respective roll numbers.
-
We can have a view of the above-listed functionalities in two modes i.e as a student and as a faculty. with each having different restrictions, powers, and responsibilities.
-
There is a school gallery that includes pictures.
-
In student mode, there are privilege restrictions on some of the features like register attendance, makes, details, etc.
-
In student mode, a person has access to only view their respective information.
-
Whereas in Faculty Mode, restrictions are removed since faculty can have access to all the features of the project.
-
There are further security features according to which there are some user names and passwords by using which only the authorized person can access the information.
-
Moreover, using Pandas library in Python, I am storing all the necessary data like student details, student attendance, student marks which in Excel Sheets which are present in the same folder of the project.
- Python 3.8 or new
- Pandas Package
- xlsxwriter package.
- Open main.py
- Enter credential username=anupam password=******