Flowcharting in Python?

Stef Mientki stef.mientki at gmail.com
Mon Sep 7 15:46:22 EDT 2009


Justin wrote:
> Hi guys,
> Does anyone know of any code or projects around that are written in
> Python or can be used by Python to write a flowcharting application? I
> haven't been able to find any, but the closest thing I have come
> across is FlowchartPython which allows you to code in Python from
> flowcharts, which isn't what I want; something more like Microsoft
> Visio.
>
> I'm beginning to think I'll have to create something from scratch.
>
> Thanks. :)
>   
have you looked at the OGL module or FloatCanvas in wxPython ?
I also have a simplified version (10% of the code) but more powerful 
OGL-like,
see here some examples what you can do with OGL-like
http://mientki.ruhosting.nl/data_www/pylab_works/pw_circuit_editor.html
http://mientki.ruhosting.nl/data_www/pylab_works/pw_bricks_2d_scene.html

cheers,
Stef



More information about the Python-list mailing list