I am making a python tree visualizer using wxPython. It would be used like so: show_tree([ \'A node with no children\', (\'A node with children\', \'A child node\', (\'A child node with children\', \
Sorry - my question is almost identical to this one but since it didn\'t receive a viable answer, I am hoping that someone else has some fresh ideas.