Skip to content

Python program that can calculate your expected GPA for the semester and can combine it with your Overall GPA if you choose to

Notifications You must be signed in to change notification settings

hmacdon1/GPA-Calculator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

GPA-Calculator

A python program that can calculate your expected GPA for the semester and can combine it with your overall GPA if you choose to

https://github.com/MohAlromaih/GPA_Calculator-Python-3

The above link is an idea of what the code for the calculator itself will look like.

We will use the following source for how to export the information into an excel sheet:

https://datatofish.com/export-dataframe-to-excel/

The program will initialize by asking the user if they would like to add their current GPA.

If yes, they will add their total earned credit hours and GPA. Then, they will enter what their current semester classes are, credit hours for each class, and expected grade.

If no, the user will enter what their current semester classes are, credit hours for each class, and expected grade.

The user will then get a display of what the semester GPA is and the expected overall GPA. The system will give them an option to export to excel which if chosen, will export one of two excel sheets depending on whether or not they provided their current GPA.

About

Python program that can calculate your expected GPA for the semester and can combine it with your Overall GPA if you choose to

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%