Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/praadnya/school-management-system
https://github.com/praadnya/school-management-system
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/praadnya/school-management-system
- Owner: Praadnya
- Created: 2023-06-19T06:34:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-19T06:34:12.000Z (over 1 year ago)
- Last Synced: 2024-11-10T09:09:29.857Z (2 months ago)
- Language: Python
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)