0% found this document useful (0 votes)
18 views13 pages

Python

The document outlines a Python-based Student Grade Calculator that computes SGPA and CGPA from student marks, ensuring accuracy and efficiency in academic performance tracking. It features an interactive input system, automatic grade calculation, and supports multiple semesters and subjects. The project aims to simplify academic planning and decision-making while promoting Python understanding in education.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views13 pages

Python

The document outlines a Python-based Student Grade Calculator that computes SGPA and CGPA from student marks, ensuring accuracy and efficiency in academic performance tracking. It features an interactive input system, automatic grade calculation, and supports multiple semesters and subjects. The project aims to simplify academic planning and decision-making while promoting Python understanding in education.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

Python Project – Student

Grade Calculator

Grade, SGPA, and CGPA Calculator


01 02 03 04
Importance Explanation
of the of the
Introduction project project Conclusion
➜ Python-based academic
performance calculator

➜ Calculates SGPA and CGPA


from student marks

Introduction ➜ Supports subject-wise credits


and grade points

➜ Reduces manual calculation


errors
Importance of the Project

● Ensures accuracy and efficiency

● Enables real-time academic tracking

● User-friendly: No technical skills required

● Aids in academic planning and decision-making


Project Objectives Software Requirements

● Convert marks into grade points ● Language: Python 3.x

● Compute SGPA using subject ● Libraries: None (uses built-in


credits functions)

● Derive CGPA as semester average ● IDE: PyCharm, VS Code, or any


Python IDE
● Display total marks, SGPA, and
CGPA clearly ● Text Editor: Notepad++, Sublime
Text
Project Design – Flowchart
Algorithm
Implementation

● Accepts marks and credits

● Converts to grade points

● Calculates SGPA per semester

● Averages CGPA over semesters

● Simple and interactive terminal interface


Features

● Interactive Input System

● Automatic Grade Calculation

● Handles Multiple Semesters

● Flexible for Any Number of Subjects


Source code
Sample output

Tested with varying marks and credits

Compared with manual calculations

Sample Input: 3 subjects (Maths, History, Science)

SGPA: 9.0, CGPA: 9.0


Conclusion

● Solves real academic needs

● Simple and accurate tool

● Promotes understanding of Python in education

● Lays groundwork for advanced academic tools


Thank you
M.Manaswi 24261A0334
P.Deekshitha 24261A0346

You might also like