Developing a program to make a family tree.
Grant Edwards
invalid at invalid.invalid
Sat Jan 15 10:26:54 EST 2011
More information about the Python-list mailing list
Sat Jan 15 10:26:54 EST 2011
- Previous message (by thread): Developing a program to make a family tree.
- Next message (by thread): Developing a program to make a family tree.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2011-01-14, Ata Jafari <a.j.romanista at gmail.com> wrote: > I'm trying to develop a program like family tree maker. I have all > information, so there is no need to search on the net. This must be > something like trees. Not really. It's more like a combination of a directed graph and a relational database. > Can someone help me? I'm at the beginning. You do know there is already a "family-tree-maker" program written in Python, right? http://gramps-project.org/ Your time might be better spent working on Gramps... -- Grant
- Previous message (by thread): Developing a program to make a family tree.
- Next message (by thread): Developing a program to make a family tree.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list