Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 707 Bytes

File metadata and controls

16 lines (13 loc) · 707 Bytes
                                                                 Student Management System

A Python-based Student Management System with a modern GUI built using CustomTkinter and MySQL as the backend database.

Features

  1. Add Student — Add new students with Roll No, Name, Age, Class and City
  2. View Student — Search and view students by Roll No, Name, Age, City or view all
  3. Deposit Fee — Record fee deposits for students by term
  4. View Fee — View total fee deposited by a student with term-wise breakdown
  5. Remove Student — Delete a student and their fee records from the system

Tech Stack

  1. Language — Python 3
  2. GUI — CustomTkinter
  3. Database — MySQL

Made by Hariharan V