An open API service indexing awesome lists of open source software.

https://github.com/daboross/uw-cse-graph

Very rough graphing of the UW CSE course list
https://github.com/daboross/uw-cse-graph

Last synced: 5 months ago
JSON representation

Very rough graphing of the UW CSE course list

Awesome Lists containing this project

README

          

# uw-cse-graph
Very rough graphing of the UW CSE course list

Usage:

```console
pip install beautifulsoup4 graphviz
wget https://www.washington.edu/students/crscat/cse.html
python3 csegraph.py --graphviz cse.html output.gv
```

Sample output:

![sample graph output](./sample-output.png)