Skip to content

A GUI student management system desktop application built with Python and tkinter for managing student records data

Notifications You must be signed in to change notification settings

Mennatallah9/Student-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Management System

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.

Installation

  1. Clone the repository to your local machine:
$ git clone https://github.com/Mennatallah9/Student-Management-System.git
  1. Navigate to the project directory:
$ cd Student-Management-System
  1. Install the required dependencies:
$ pip install -r requirements.txt

Usage

  1. Run the Python script:
$ python main.py
  1. Use the user interface to manage student data.

Features

  • Add new students to the system
  • Edit existing student data
  • Delete student data from the system
  • Search for students by ID

Technologies

  • Python
  • tkinter
  • pymysql

About

A GUI student management system desktop application built with Python and tkinter for managing student records data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages