Python: Attractive, clean, packagable windows GUI library

Posted by Parand on Stack Overflow See other posts from Stack Overflow or by Parand
Published on 2010-06-02T22:54:56Z Indexed on 2010/06/02 23:04 UTC
Read the original article Hit count: 249

Filed under:
|
|
|

I need to create a simple windows based GUI for a desktop application that will be downloaded by end users. The application is written in python and will be packaged as an installer or executable.

The functionality I need is simple - selecting from various lists, showing progress bars, etc. No animations, sprites, or other taxing/exotic things.

Seems there are quite a few options for Python GUI libraries (Tk, QT, wxPython, Gtk, etc). What do you recommend that:

  • Is easy to learn and maintain
  • Can be cleanly packaged using py2exe or something similar
  • Looks nice

© Stack Overflow or respective owner

Related posts about python

Related posts about gui