An open API service indexing awesome lists of open source software.

https://github.com/vineetvermaa61/grow_up

Student result management system with features to streamline student performance tracking and reporting.
https://github.com/vineetvermaa61/grow_up

database mysql mysqlconnector python python3 sql student-management-system

Last synced: 2 months ago
JSON representation

Student result management system with features to streamline student performance tracking and reporting.

Awesome Lists containing this project

README

          

# Student Management System in Python

![python](https://img.shields.io/badge/Python-v3.9.10-green?style=plastic&logo=python&logoWidth=20) ![gui](https://img.shields.io/badge/GUI-Tkinter-red?style=plastic&logo=appveyor) ![database](https://img.shields.io/badge/Database-mysql-brightgreen?style=plastic&logo=mysql&logoWidth=15) ![licnese](https://img.shields.io/badge/License-GPL-blue.svg)


### Introduction :

Student Management System is made using python with tkinter gui and Database used is mysql. This management system consists of the Superadmin login,admin login, faculty login, student login. This can make the work of the college more simple.


### Modules Used :
- Tkinter
- mysql-connector python
- tkcalendar
- tktooltip
- PIL (Python Imaging Library)

### Working :
✳️**Types of Login** -
1. Super Admin - Super admin can add the admin and manages the admin or he can update the admin or can change his own password.
2. Admin - Admin can add the faculty, manage the faculty, add the student, manages the Student and can update the fees record or add the fees record.
3. Faculty - Faculty can mark the attendance for the specified date by selecting the class and division. Faculty can also view the student records. Faculty can assign the class teacher by themselves only.
4. Student - Student can see his profile and can view his attendance history or fees paid history.

✳️ **Database Design** -

The database is design in such a way that when a student, admin or faculty is added the database automatically assigns the id to them. I have used the concept like stored procedure, function and triggers to do this process. Also the attendance can be recorded and used such query.