Visualize the ancestor of people described in https://www.genealogy.math.ndsu.nodak.edu using graph.
Import the class
from MathGenealogy import MathGenealogy
Create instance
MG = MathGenealogy()
Put the person you are looking for. The PersonID can be retrieved in https://www.genealogy.math.ndsu.nodak.edu. For the next feature, I will making this more convenient.
PersonID = "53269"
PersonName = "Einstein"
Get the ancestors
MG.find_ancestors(PersonID,PersonName)
Code above will result the following graph
- Search PersonID
- Find descendants
GNU Affero General Public License v3.0