Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/egregius313/gpa
- Owner: egregius313
- License: gpl-2.0
- Created: 2018-12-29T01:20:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T01:34:56.000Z (about 6 years ago)
- Last Synced: 2024-06-20T08:20:31.241Z (7 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.