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

5 Student Management System in Python

This Python project allows an admin to manage student records by adding, updating, and removing student data including name, roll number, branch, phone number, parent name, and address from a simple interface, helping with easy management of student records.

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)
82 views

5 Student Management System in Python

This Python project allows an admin to manage student records by adding, updating, and removing student data including name, roll number, branch, phone number, parent name, and address from a simple interface, helping with easy management of student records.

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