Skip to content

Converting a yEd family tree to the GEDCOM genealogy format.

License

Notifications You must be signed in to change notification settings

leyhline/graphml2gedcom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

graphml2gedcom

This is a really simple script with some assumptions about the style of the graph. Of course, it's compatible with yEd's family tree format but the output has to be manually edited either way.

Otherwise, there are no dependencies and it's easy to run from the command line:

$ python3 graphml2gedcom.py --help
usage: graphml2gedcom.py [-h] [-o PATH] PATH

positional arguments:
  PATH                  Path to .graphml input file.

optional arguments:
  -h, --help            show this help message and exit
  -o PATH, --output PATH
                        Path where .ged output file should be written.

About

Converting a yEd family tree to the GEDCOM genealogy format.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages