Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/praadnya/school-management-system


https://github.com/praadnya/school-management-system

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

Student Management System
This project is a Student Management System implemented in Python, using the MySQL database and the Tkinter module for graphical user interface (GUI).

Features
Add new students with their information (name, roll number, address, etc.).
View a list of all students.
Search for a student by their roll number.
Update student information.
Delete a student from the system.
Prerequisites
To run this project, you need to have the following dependencies installed:

Python 3.x
MySQL server
MySQL Connector/Python package
Tkinter module (usually comes pre-installed with Python)