FBLA_PROJECT
ABOUT :
OUR UNWEIGHTED GPA SCALE:
A - 4.0
B - 3.0
C - 2.0
D - 1.0
F - 0.0
OUR WEIGHTED GPA SCALE:
A - AP(5.0) Honors(4.5) Standard(4.0)
B - AP(4.0) Honors(3.5) Standard(3.0)
C - AP(3.0) Honors(2.5) Standard(2.0)
D - AP(2.0) Honors(1.5) Standard(1.0)
F - AP(1.0) Honors(0.5) Standard(0.0)
This program calculates a students grade point average (both weighted and unweighted) by making the user input their grades
and their corresponding class type to accurately calculate their GPA.
Program Setup (Very Easy)
1) Download Python
2) Locate and Open the folder and a terminal
3) Install all Dependencies using "pip install -r requirements.txt" in the terminal
4) Run the Program using "python app.py" in the terminal
5) Open the web browser of choice and navigate to "http://localhost:5000"
6) Login and Enjoy :)
- Prateek Kalusani & Yaozhou Xiong