Skip to content

A Python and Mysql project to manage student information.

Notifications You must be signed in to change notification settings

siddharth9300/student-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Student Management System

For every school important task for administration department is to manage student information in a procedure oriented manner with latest updates for every year which need to be available for easy access. This can be provided by a simple Students Management system to help administration so to efficiently manage student’s details. To store data MySQL is used by connecting MySQL with Python using MySQL Connector. There is also a Login Panel where now admin can register themselves and can Login.

Installation

1. Install Mysql Python connector
2. install Mysql in Python using below command
  pip install mysql

Features

  • Login and Register
  • Adding New Student
  • Viewing Students
  • Searching Student
  • Updating Student
  • Deleting Student

MySQL Table Structure

Admin Table

Field Type Null Key Default Extra
id varchar(50) YES NULL
password varchar(100) YES NULL

Student Information Table

Field Type Null Key Default Extra
sch_no int NO PRI NULL
name varchar(100) YES NULL
class varchar(50) YES NULL
fee_status varchar(100) YES NULL
age int YES NULL
email varchar(150) YES NULL
phone varchar(150) YES NULL

Deployment

To deploy this project just run .py files.

Author

About

A Python and Mysql project to manage student information.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages