From cdd8752079589d478aa05cef7f1e381badb73acb Mon Sep 17 00:00:00 2001 From: GMP Sankalpa Date: Mon, 26 Feb 2024 17:56:16 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43dcf84..3e4d839 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GPA Calculator -A simple GUI application in Python for calculating and exporting GPA reports. +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 From 51074f623669ec651cc29a52f6520c27a59b874a Mon Sep 17 00:00:00 2001 From: GMP Sankalpa Date: Mon, 26 Feb 2024 17:59:03 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e4d839..24e5d48 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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. +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