- add new people to the tree
- print the tree in text mode
- save the tree as png file
$ python main.py
Prerequisities: there must be pydot and graphviz installed on the system to run the program.
The files:
- https://drive.google.com/open?id=0BwKLVgwZWGw1UlRNbFJZV1ZPUnM&authuser=0
- https://drive.google.com/open?id=0BwKLVgwZWGw1UjhEM3NONHZRWlE&authuser=0
- https://drive.google.com/open?id=0BwKLVgwZWGw1SEY3QmMzUzdCczA&authuser=0
- https://drive.google.com/open?id=0BwKLVgwZWGw1Z3FkNjU2MjFMaUU&authuser=0
This version is the baseline for the trainees to start. The backlog from which to work on extending the application will be published in next post.