VB-like GUI designer?

Roger Binns rogerb at rogerbinns.com
Tue Aug 10 00:13:47 EDT 2004


Fred wrote:
> No problem. I just didn't know most of the GUI tools for Python use
> cross-platform widget sets like wxWidgets, so expected to just start
> playing without having to learn about this additional layer.

You may want to look at my dotamatic project at
http://dotamatic.sourceforge.net/

It is written in Python using the wxPython/wxWidgets toolkit.
It does drawing, clipboard and printing as well as the other
good things an application should have such as saving
configuration settings and online help.

You will also see the downloads for Windows, Linux and Mac.
End users simply see what looks like a normal setup and
a normal program.  They never know or need to know that
there is Python involved.

If you are concerned with these kind of issues, you may
also find part of the presentation I gave at baypiggies
in July interesting.

  http://bitpim.org/papers/baypiggies

Slides 11 thru 23 are the most appropriate but I expect
you will find all the others interesting as well :-)

Roger 





More information about the Python-list mailing list