Skip to content

gabesw/mcg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Confluence Readme Sync

Command line tool for calculating McGill grades.

Contents

Overview

This is a command line tool written in C by @Gabesw to check a grade against the McGill grade scale.

Setup

First, execute the installation script to compile the project and add it to the PATH:

$ sudo ./install

Usage

Command Description Example
mcg Prints the McGill grade scale to the console. mcg
mcg x/y Calculates the letter grade of the evaluated fraction x/y and prints it. mcg 18/20
mcg x Calculates the letter grade corresponding to the numerical grade x/100 (e.g. x%). Decimals are allowed. mcg 98.2

Problems

  • The program does not round the grades.

About

McGill grade scale command line tool.

Resources

License

Stars

Watchers

Forks

Packages

No packages published