Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darwinsorchid/family-tree-generator
[Python] Generating family tree graph from user input.
https://github.com/darwinsorchid/family-tree-generator
family-tree-generator graphviz
Last synced: about 1 month ago
JSON representation
[Python] Generating family tree graph from user input.
- Host: GitHub
- URL: https://github.com/darwinsorchid/family-tree-generator
- Owner: darwinsorchid
- Created: 2024-04-24T10:03:17.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-07-23T12:48:58.000Z (6 months ago)
- Last Synced: 2024-11-07T22:38:52.749Z (3 months ago)
- Topics: family-tree-generator, graphviz
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# "Family Tree Generator"
## Description
Python project - Generating a family tree graph from user input about family members.
Input: User creates instances of a 'Person' class
Output: Tree graph in pdf format## Libraries
pandas, graphviz