This is a Python-based desktop application that serves as a student management system. It provides an interface for users to add, delete, update, and search for students using their ID.
- Clone the repository to your local machine:
$ git clone https://github.com/Mennatallah9/Student-Management-System.git
- Navigate to the project directory:
$ cd Student-Management-System
- Install the required dependencies:
$ pip install -r requirements.txt
- Run the Python script:
$ python main.py
- Use the user interface to manage student data.
- Add new students to the system
- Edit existing student data
- Delete student data from the system
- Search for students by ID
- Python
- tkinter
- pymysql