0% found this document useful (0 votes)
189 views

5 Student Management System in Python

This document describes a student management system developed using Python that allows an admin to easily maintain student records from the admin side only. The admin can add new student records by providing information like name, roll number, branch of study, phone number, parent name and address. After adding records, the admin can easily manage, update and remove student records as needed. The project contains a Python script that implements a simple design for easy usability.

Uploaded by

Ajith manju
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
189 views

5 Student Management System in Python

This document describes a student management system developed using Python that allows an admin to easily maintain student records from the admin side only. The admin can add new student records by providing information like name, roll number, branch of study, phone number, parent name and address. After adding records, the admin can easily manage, update and remove student records as needed. The project contains a Python script that implements a simple design for easy usability.

Uploaded by

Ajith manju
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Student Management System in Python

Abstract
Student Management System is developed using python. Talking about
the project, it contains only an admin side from where the admin can
maintain student records easily. In this project, the user has to perform
all the main functions from the Admin side. In order to add student
records, the user has to provide various information such as his/her
name, roll no., study branch, phone number, parent name, and address.
After this, the user can easily manage the student’s record and can
update, remove if he/she wants. The project file contains a python script
(student_manage.py). Also, the design of this project is pretty simple so
that the user won’t find any difficulties while working on it. The Student
Management System in Python helps in easy management of student
records.

You might also like