Source code is script.py
Dependacies:
- Python3
- Pip3
- Pandas
pip3 install pandas
- Valid GEDCOM file
Usage:
python3 script.py path/to/file.ged
For Test Script (at the moment test scripts will have different names to test different items):
python -m unittest unittests.py
Error checking functions will be included into their own python file and will be used in some kind of main program Listing functions will be their own separate file as well. (one per function)