Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 810 Bytes

File metadata and controls

35 lines (27 loc) · 810 Bytes

Student Result Manager

Project Title

Student Result Manager Using Python

Project Overview

Student Result Manager is a beginner-friendly Python application designed to manage student academic records and evaluate performance. The system allows users to add student names and grades, view all registered students, and determine pass or fail status based on a predefined cutoff mark.

Features

  • Add Student
  • View Students
  • Check Result
  • Menu-Driven Interface

Technologies Used

  • Python 3
  • Dictionaries
  • Functions
  • Loops
  • Conditional Statements

Project Structure

StudentResultManager/ ├── studentresultmanager.py └── README.md

Future Enhancements

  • JSON Data Storage
  • Update Student Records
  • Delete Student Records
  • Grade Classification

Author

Deepak Kumar