alex-fe / Graphml-to-SVG-converter

YFile .graphml converter to .svg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graphml-to-SVG-converter

Converts .graphml into .svg format.

e.g.

path = 'path/to/graphml/file.graphml'
g = Graph(path)
g.run()

Installation

Before the script can be run, one needs

  1. Python 3
  2. virtual environment

First enter your python virtualenv. To install the requirements, run the following command in your terminal window.

$ pip install graphml2svg

About

YFile .graphml converter to .svg

License:MIT License


Languages

Language:Python 100.0%