The College Management System In Python is a simple project developed using Python. The project contains only the admin side. It is an integrated console-based application that handles various academic activities of a College. It is a mini python project that is used to keep and maintain the complete record of Students.
About College Management System In Python
This College Management System is in Python. Talking about the system, it contains only the admin section. This project is made using the Tkinter module and used sqlite3. Also, the system has a simple design so that the user won’t get any difficulties while working on it.
- Menu: A Menu page that helps in easy access to other segments.
- Student Profile: Over here we can see all the general pieces of information related to students. Furthermore, we can add, remove, and update the information.
- Library Management System: In this window, we can see all the issued book-related details. It additionally provides a book issue feature where we can check all the present books and issue them.
- Marksheet: Over here we can search students’ mark sheets via roll number and also we can instantly add a new mark sheet too into the local database.
Moreover, this is a simple GUI-base project which is very easy to understand and use.
How To Run College Management System 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 main.py and enter to start the system.
OR
Step2: Simply, double click the main.py file and you are ready to go.