Student Management System is a simple console-based, specially written in python for the beginners. It is very easy to understand and use. It basically performs a CRUD operations with no login required. This means user can use all those available features easily without any restriction.
About This Student Management System In Python
As mentioned above, this system is a console-based system where user has no restrictions on any features. While talking about the system, it has the features of adding new student, removing student, searching for student and viewing the list of all the students.
While adding the students, the user only has to enter his/her name then the system adds the record and displays to the user. And the user can view all these students lists from the view section. In this Simple Student Management, the user can also search for student’s name in order to know whether the student’s record exists in the system or not. This simple console based Student Management system provides the simplest management of student’s list. In short, this projects mainly focuses on CRUD operations. There is no database connection used in this mini project to save user’s data permanently.
How To Run Student Management System In Python ?
In order to run the project, you must have installed Python, on your PC. Then, extract the zip file from the download section. Finally, run the command “python student.py” inside the directory named student-management-system_main.