Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.14 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.14 KB

GPA Calculator

A simple GUI application in Python for calculating and exporting GPA reports.This repository contains a simple GPA (Grade Point Average) calculator implemented in Python using the Tkinter GUI library. The calculator allows users to input course details, such as the course name, credit hours, and grade. It calculates the overall GPA based on the entered information.

Features

  • Add courses with credit hours and grades
  • Calculate total credit hours and overall GPA
  • Export GPA report to a PDF file
  • User-friendly GUI

Requirements

  • Python 3
  • Tkinter (usually included with Python)
  • ReportLab (for PDF export)

Usage

  1. Clone the repository:

    git clone https://github.com/your-username/gpa-calculator.git
    
  2. Navigate to the project directory:

    cd gpa-calculator
    
  3. Install required dependencies:

    pip install tk reportlab
    
  4. Run the application:

    python GPA_CAL.py
    
  5. Enter student name, university name, and course details to calculate GPA.

  6. Click "Export to PDF" to save the GPA report.

License

This project is licensed under the MIT License.