/blivet_gv_visualization

Visualization of data from Blivet library using graphviz and svg. This is my bachelor's thesis on Masaryk University.

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

blivet_gv_visualization

How to use of Fedora 23:

  1. Install python3, graphviz library, emoji symbol fonts and blivet-data if you don't have it already: "sudo dnf install graphviz gdouros-symbola-fonts blivet-data"

  2. Install python libraries via pip: "python3 -m pip install graphviz emoji"

  3. Run program via Python3 with sudo: "sudo python3 gui.py"

  4. Recommended is to run help first: "sudo python3 gui.py --help"

Running with root privileges is required by Blivet library.