Skip to content

tonyjhuang/audit-reqs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

audit-reqs

The online degree audit tool lists a bunch of links to course descriptions but it's impossible to tell what classes they are unless you click every single link. This tool turns the list of links into a list of course names.

example

How to use

  1. Download courses.py to somewhere on your computer.
  2. Replace the first line in courses.py with your list of requirements from the degree audit. Make sure that each requirement is separated by a single space.
  3. Open Terminal and make sure you have Python installed (Linux and Mac users have python installed by default).
  4. Navigate to where you downloaded courses.py
  5. Type "python courses.py output", change "output" to whatever file you want to save the list of courses to.
  6. Wait while it does its thing. There's even a nice progress bar and everything.
  7. Once it's done, you can open up the output file and see your list of classes.

About

Turns your degree audit list of requirements into something actually useful.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages