Python module for making org charts?

John J. Lee jjl at pobox.com
Sat Oct 11 07:34:14 EDT 2003


"Paul Gardella" <pgardell at bbn.com> writes:

> Does anyone know of a Python module for building organization charts?  I've
> looked at gdchart and JPGraph, but neither of them do org charts, as far as
> I can tell.  Seems it can be done with wxOGL in wxPython, but that's the
> brute force approach.  Any other options?  Thanks.

Neither of these specifically know about org charts, but Graphviz (use
dot) and Reportlab are two options.  But it shouldn't be much work in
any decent vector graphics API, I'd imagine.  It's possible that dia
or sketch have code (maybe plugins) that specifically does org charts,
though.


John




More information about the Python-list mailing list