A simple python tool to keep track of and calculate your Georgia Tech GPA based on your credit hours taken and your grade in the class. The program is fairly robust and very hackable.
These instructions will help you install the GPA Calculator on your computer
- Python 3
- Git
To install the GPA-Calculator program into your CLI (terminal/cmd) please follow the steps below:
Clone the Git Repo
git clone https://github.com/marcfrankel/GPA_Calculator.git
Move into the new folder
cd GPA_Calculator/
Run the setup.py file
python3 setup.py install
Once the install has finished you can invoke the GPA calculator by typing the following into your terminal:
GPA-Calculator
To update the GPA-Calculator tool simply repeat the steps above and re-run the install
- Marc Frankel - Head programer
This project is licensed under the MIT License - see the LICENSE.md file for details