Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.28 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.28 KB

openu-course-visualizer

Create an interactive graph visualization of the courses for degrees in The Open University of Israel. Currently tested only with B.Sc in CompSci

Usage

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.

Requirements

  • python
  • any web browser
  • pip install -r requirements.txt

Contributing

I encourage you to change this program to suit your needs. Feel free to open issues and PRs with your code changes :)

Screenshots

full graph highlighted course 1 highlighted course 2