GUI in python

Peter Decker pydecker at gmail.com
Wed Mar 29 21:54:40 EST 2006


On 29 Mar 2006 14:20:03 -0800, diffuser78 at gmail.com
<diffuser78 at gmail.com> wrote:

> I am a python newbie and have used it for about a month. I want to make
> a simple GUI app in Python ( I take input form user and do processing
> and show results).
>
> Which gui package is good for me. I need to do it quick and I would not
> want a long learning curve.
>
> I was taking look at wxPython, pyGTK etc.
>
>
> Please suggest me the most simplest and easiest one as I dont need
> super cool aesthetics just a plain simple GUI app.

You might want to look at Dabo. Not only do they wrap wxPython to make
its API more Pythonic, but they now have visual design tools that make
it very simple to create a UI. http://dabodev.com

I've been using Dabo for a few months now, and can't say enough good
things about it.
--

# p.d.



More information about the Python-list mailing list