Python script that allows users to lookup FCE information quickly. Prints outs a nicely formatted table enumerating avg. hours/week and avg. course rating. Omits entries from the Qatar campus and entries with the old-style formatting.
python cmu-fce.py -n 15462 -e
-n
: Course number (e.g. 18290)
-h
: View help
-t
: Number of entries taken into account in summary statistics (default is 6)
-v
: Verbose mode, prints out all available data entries
-e
: Exclude Summer semester
Python 3.+