Skip to content

Instantly share code, notes, and snippets.

View bussolon's full-sized avatar

Stefano Bussolon bussolon

View GitHub Profile
@bussolon
bussolon / TextTree2dot.py
Created January 7, 2013 10:24
Parses a text file containing a tabbed tree structure and creates a graphviz dot file Based on: http://stackoverflow.com/a/6076548/1042167
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
parseTree.py
Created by [Stefano Bussolon ](<http://www.bussolon.it>)
Based on: http://stackoverflow.com/a/6076548/1042167
Parses a text file containing a tabbed tree structure and creates a graphviz dot file