Skip to content

Convert gedcom to html with bootstrap, d3 and jquery using python

Notifications You must be signed in to change notification settings

picnicprojects/gedcom2html

Repository files navigation

Convert gedcom to html with bootstrap, d3 and jquery using python

Usage

python example.py

Open generated/index.html in a browser

Features

  • one html page for each individual in the gedcom file
  • ancenstor and descendant fan charts
  • a navigator chart (with d3 force simulation)

An example of the Dutch King:

(https://raw.githubusercontent.com/picnicprojects/gedcom2html/master/img/dutchroyalfamily.jpg)

Special Thanks

To do

  • beautify CSS / colors
  • command line options
    • -private
      • none
      • hide dates of people alive
      • hide all people alive
    • -output-dir
    • -language
  • list of people in right column
  • improve age calculation