Python Student RMS is a simple student record management system implemented in Python. It provides basic functionality for managing student records including adding, updating, deleting, and searching for student information.
- Python 3.x
- XAMPP
- Add new student records with details such as name, roll number, and contact information.
- Update existing student records with updated information.
- Delete student records from the system.
- Search for students based on their roll number or name.
-
Clone the repository:
git clone https://github.com/jainambarbhaya1509/Python-Student-RMS.git
-
Import the
python_mini_project.sql
file in MySQL Database. -
Change to the project directory:
cd Python-Student-RMS/MainSystem
-
Run the application:
python admin.py
The application provides a simple graphical user interface for interacting with the student record management system. Once the application is running, you will be presented with a menu of options to choose from. Simply follow the prompts and enter the required information to perform various operations.
Project.Demo.mp4
Contributions to the Python Student RMS project are always welcome. If you find any issues or would like to suggest enhancements, please open an issue or submit a pull request.
This project is licensed under the MIT License.