Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.28 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.28 KB

ZC Transcript analyzer

About

  • This program can read your transcript pdf file and extract your grades
  • This is useful if you want to test how will your GPA be affected if you changed the course grade or enrolled in new courses without having to manually enter all your data in a normal GPA calculator

How to use the program

1- download your transcript from zc website

Alt text

2- Open the executable and select Open transcript file

Alt text

3- Browse and open the pdf file you downloaded

Alt text

4- You can now view and modify your transcript and see the reflections on the gpa

Alt text Alt text

How to build manually

  • If you don't have Fyne library installed
 go install fyne.io/fyne/v2/cmd/fyne@latest
  • Build the program
 fyne install

Or you can just download the latest release available

License

This project is licensed under the MIT License - see the LICENSE file for details