Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/egregius313/gpa

Command line application for calculating a GPA
https://github.com/egregius313/gpa

Last synced: about 2 months ago
JSON representation

Command line application for calculating a GPA

Awesome Lists containing this project

README

        

# gpa
Command line application for calculating a GPA

## Usage

`gpa` provides a simple interface

```
gpa - Calculate the gpa given a series of (grade, weight) pairs.

Usage:
gpa [( )...]
gpa []

```

Either invoke it with a letter grade/credit amount pairs as command line parameters, or pass it a file from which to read the pairs.

If neither is specified, it will read from stdin like it would from a file.