Skip to content

marcfrankel/GPA_Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Georgia Tech GPA Calculator

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.

Getting Started

These instructions will help you install the GPA Calculator on your computer

Prerequisites

  • Python 3
  • Git

Installing

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

Built With

Authors

License

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