GUI in python

D

diffuser78

Hi,

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.

Thanks
 
I

I. Myself

Hi,

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.

Thanks
I've had very good results with Tkinter, which is the standard Python
GUI system. On windows, it comes with the standard download. With
linux you have to download it separately.

Mitchell Timin

--
I'm proud of http://ANNEvolve.sourceforge.net. I'm currently working on a
major update of the SailChallenge package. If you want to write software,
or articles, or do testing for ANNEvolve, let me know.

Humans may know that my email address is: (but remove the 3 digit number)
zenguy at shaw666 dot ca
 
P

Peter Decker

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.
 
N

Nicolay A. Vasiliev

Hello!

I think this library is enough old, isn't it? Version 0.72 was released
on 2004-06-20.

Nicolay
 
E

Eric Brunel

Hi,

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.

This site will allow you to decide for yourself based on the important
criteria for you:
http://www.awaretek.com/toolkits.html

HTH
 
D

Dave Mandelin

A friend of mine recently used PythonCard and he found it pretty good.
I use wxPython, which is what PythonCard is based on, and I think it's
very good, but it's more work to get started with than PythonCard.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top