This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Make a dot file from Gramps JSON export based on shared events | |
A little hacky but works | |
To convert to graphml -> 'gv2gml out.gv -o out.gml' | |
""" | |
import json | |
import graphviz | |
# Read json file |