Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 956 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 956 Bytes

STUDENT DATABASE MANAGEMENT SYSTEM using Python and MySql.

The project aims to develop a Student Management System utilizing Python and MySQL to streamline student data management processes, improving efficiency, accessibility, and data security within educational institutions.

Tables Used:

  • Teacher Table
  • Student Table
  • Department Table

This is how the system looks

First we have a login page

Screenshot 2024-04-18 003245

After Authenticating , user will get access to the Student Management System

Screenshot 2024-04-18 003519

User can ADD, DELETE, UPDATE and SEARCH a student from the database

Additional functionality to add new department

Here all the fields follow proper validations