A simple GPA calculator built with Streamlit.
- Input the number of courses
- Enter course names, credits, and select grades for each course
- Supports standard US letter grades (A+, A, A-, etc.)
- Calculates weighted GPA instantly
- Install requirements:
pip install -r requirements.txt
- Run the app:
streamlit run gpa_calculator.py
- Enter the number of courses you want to calculate GPA for.
- For each course, input the course name, number of credits, and select the grade received.
- Click the "Calculate GPA" button to see your weighted GPA.