Python code for simple GPA calculator with gui using tkinter
VS code
- python v3.9.2
- tkinter v8.6
- ttkthemes v3.2.2
No features you can use any online GPA calculator i was just boared and made one
Just simply download all the files in the same directory and run the main.py
file.
python main.py
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".