Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73432
| From | Wolfgang Keller <feliphil@gmx.net> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Create flowcharts from Python |
| Date | 2014-06-19 16:05 +0200 |
| Organization | albasani.net |
| Message-ID | <20140619160532.1395b8368665abe2a2b9ba2b@gmx.net> (permalink) |
| References | <mailman.11107.1403019133.18130.python-list@python.org> |
> 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 and see how they are connected. I think Dia and yEd can im-/export dot (Graphviz format) and/or TikZ. Sincerely, Wolfgang
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Create flowcharts from Python Nagy László Zsolt <gandalf@shopzeus.com> - 2014-06-17 17:32 +0200
Re: Create flowcharts from Python alex23 <wuwei23@gmail.com> - 2014-06-18 12:09 +1000
Re: Create flowcharts from Python Miki Tebeka <miki.tebeka@gmail.com> - 2014-06-17 22:12 -0700
Re: Create flowcharts from Python Nagy László Zsolt <gandalf@shopzeus.com> - 2014-06-18 10:46 +0200
Re: Create flowcharts from Python Wolfgang Keller <feliphil@gmx.net> - 2014-06-19 16:05 +0200
csiph-web