Visio like library for Python?
Avner Ben
avner at skilldesign.com
Tue Apr 15 09:52:57 EDT 2003
"Johannes Eble" <skywalkerpackage at hotmail.com> wrote in message
news:3e9bdd3d.100422968 at news.online.de...
> Hi Duncan,
>
> On Wed, 9 Apr 2003 10:20:01 +0000 (UTC), Duncan Booth
> <duncan at NOSPAMrcp.co.uk> wrote:
>
> >skywalkerpackage at hotmail.com (Johannes Eble) wrote in
> >news:3e93e50f.676072541 at news.online.de:
> >
> >> is there a library available for Python that behaves similar to MS
> >> Visio? For example, I would like to create vector graphic objects and
> >> connect the with a line. If I move, flip or rotate a connected object,
> >> the line should follow the connection.
If you are looking for using a class library from within a Python program,
take a look at OGL that comes bundled with wxPython.
A sample open-source UML editor that is already using wxOGL is PyUT - see
http://pyut.sourceforge.net .
Avner.
More information about the Python-list
mailing list