Welcome to 🌿 pytreesvg documentation!¶

build status documentation status MIT license

This project is a lightweight Python module to render SVG trees like the following:

basic tree

🌿 pytreesvg guarantees that the output SVG file strictly follows the W3C SVG 1.1 (Second Edition) Recommendation.

This module aims to be extremely basic and simple of use, thus it is based on no other existing modules. If you are looking for something more complex please take a look at the Graphviz project and its existing Python implementations.