Skip to content

bintcoded/Student_Grading_Managment_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Student Grade Manager

A simple Python program to manage student grades. You can add up to 20 students, view stats, search by ID, delete records, and save everything to a file using JSON.

Features

  • Add student records (max 20)
  • Store multiple grades per student (up to 5)
  • Calculate averages, highest, and lowest scores
  • Search by student ID
  • Delete student records
  • Persistent storage using JSON

How to Run

  1. Open the file in IDLE or any Python environment.
  2. Run the script.
  3. Follow the menu prompts.

About

A simple Python program to manage student grades. You can add up to 20 students, view stats, search by ID, delete records, and save everything to a file using JSON.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors