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.
- Host: GitHub
- URL: https://github.com/vineetvermaa61/grow_up
- Owner: vineetvermaa61
- Created: 2025-01-27T10:59:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-27T11:21:35.000Z (over 1 year ago)
- Last Synced: 2025-01-27T12:29:56.132Z (over 1 year ago)
- Topics: database, mysql, mysqlconnector, python, python3, sql, student-management-system
- Language: Python
- Homepage:
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Student Management System in Python
   
### 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.