Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73342
| Date | 2014-06-17 17:32 +0200 |
|---|---|
| From | Nagy László Zsolt <gandalf@shopzeus.com> |
| Subject | Create flowcharts from Python |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11107.1403019133.18130.python-list@python.org> (permalink) |
Is there a library for Python that can easily create flowcharts using a
simple API? I have a set of business rules that can be represented by a
flowchart. These rules are stored in a database, and I need to display
them for the end user. It is not a fixed set of rules, the users are
going to change them frequently. I already have a rather difficult GUI
where nodes and links are listed and they can be configured. 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.
Is there such thing for Python?
Thanks,
Laszlo
Back to comp.lang.python | Previous | Next — Next 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