Create an interactive graph visualization of the courses for degrees in The Open University of Israel. Currently tested only with B.Sc in CompSci
Run the pyvis_graph.py.
The program will scrape the website using the url in course_scraper.py. An HTML file containing the interactive graph with be created and opened.
The default view is a hierarchical view, where dependencies go from left to right. Red means required courses and blue means reccomended courses.
- python
- any web browser
pip install -r requirements.txt
I encourage you to change this program to suit your needs. Feel free to open issues and PRs with your code changes :)