Re: Create flowcharts from Python

2014-06-19 Thread Wolfgang Keller
> Is there a library for Python that can easily create flowcharts using > a simple API? Graphviz (->TikZ->LaTeX->PDF) > But the users want to see this as a visual flowchart too. It would > be the best to have it automatically arranged; or at least open it an > editor so they can move the nodes a

Re: Create flowcharts from Python

2014-06-18 Thread Nagy László Zsolt
Is there a library for Python that can easily create flowcharts using a simple API? Maybe https://code.google.com/p/pydot/ ? Found another one: http://pygraphviz.github.io/ - this one seems to have better documentation. pydot may be functional but I could not find documentation on it. -- ht

Re: Create flowcharts from Python

2014-06-17 Thread Miki Tebeka
> Is there a library for Python that can easily create flowcharts using a > simple API? Maybe https://code.google.com/p/pydot/ ? -- https://mail.python.org/mailman/listinfo/python-list

Re: Create flowcharts from Python

2014-06-17 Thread alex23
On 18/06/2014 1:32 AM, Nagy László Zsolt wrote: Is there a library for Python that can easily create flowcharts using a simple API? The diagram application Dia comes with a Python API: https://wiki.gnome.org/Apps/Dia/Python -- https://mail.python.org/mailman/listinfo/python-list