https://github.com/leyhline/graphml2gedcom
Converting a yEd family tree to the GEDCOM genealogy format.
https://github.com/leyhline/graphml2gedcom
gedcom genealogy graphml yed
Last synced: 7 months ago
JSON representation
Converting a yEd family tree to the GEDCOM genealogy format.
- Host: GitHub
- URL: https://github.com/leyhline/graphml2gedcom
- Owner: leyhline
- License: gpl-3.0
- Created: 2018-09-30T18:35:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T17:54:55.000Z (about 7 years ago)
- Last Synced: 2025-01-19T17:57:50.999Z (9 months ago)
- Topics: gedcom, genealogy, graphml, yed
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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] PATHpositional 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.
```