Webscrape university website to obtain info on course pre-requisites. Use this info to build a HTML Table w/ Course Title, Course hours, Prerequisites. Then create a directed graph of all courses by course prereq.
- Python
- HTML
- requests
- webbrowser
- BeautifulSoup
- networkx
- matplotlib

