Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.04 KB

tkinter_gpa_calculator

Python code for simple GPA calculator with gui using tkinter

Screenshots

python_RtxBA0B3WW

python_IG6uuwOoh6

Tech/Packages used

Built with

VS code

Packages

  • python v3.9.2
  • tkinter v8.6
  • ttkthemes v3.2.2

Features

No features you can use any online GPA calculator i was just boared and made one

Run

Just simply download all the files in the same directory and run the main.py file.

python main.py

Usage

Used for calculating total GPA, can be helpful for the workers in academic fields. 1- Enter the total hour passed each credit. 2- Change the credit (weight) values (if needed) then pressUpdate. 3- Press Calculate then the GPA and total passed hours should be claculated. 4- Press Reset to reset all the hours fields to "0".