Skip to content

larsjoost/gedcom_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gedcom_tools

Parses GEDCOM files and displays various reports

To get information on a single individual:

python3 gedcom_path.py -f gedfile -n name

To get branch containing indivduals:

python3 gedcom_path.py -f gedfile -n name_list

To show number of duplicates:

python3 gedcom_path.py -f gedfile -d number

To show duplicates in branch:

python3 gedcom_path.py -f gedfile -n name_list -d number

To do:

Merge duplicate individuals

Print all info of individual

Find all unconnected individuals

About

Parses GEDCOM files and displays various reports

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages