Student Management is developed using python. Talking about the project, it contains only the user side from where the user can login to the system and enroll in different courses. In this project, the user has to perform all the main functions.
About Student Management In Python
In order to add student records, the user has to provide various information such as his/her name, email address, and password. 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 (MainEntryPoint.py, Models.py, DAO.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 in Python helps in easy management of student records.
How To Student Management In Python ?
To run this project, you must have installed Python on your PC. After downloading the project, follow the steps below:
- Step1: Extract/Unzip the file
- Step2: Go inside the project folder, open cmd then type MainEntryPoint.py and enter to start the system.
- OR
- Step2: Simply, double click the MainEntryPoint.py file and you are ready to go.