5

Was just wondering what all python modules are available for rich(and easy to build :) ) gui interfaces. I am aware of Tkinter and Pwm extension but any other reference would be highly appreciated.

SDK
  • 51
  • 1
  • 4
  • 4
    this is a dupe of many, many questions here on SO. try http://stackoverflow.com/questions/115495/is-python-any-good-for-gui-development or http://stackoverflow.com/questions/2962194/python-attractive-clean-packagable-windows-gui-library or just search for "python gui" to get enough reading material to last you a few hours – Eli Bendersky Jan 17 '11 at 15:06

4 Answers4

6

The following list comes from Mark Lutz's Programming Python 4th edition:

Other options not listed in Programming Python include:

Matthew Rankin
  • 457,139
  • 39
  • 126
  • 163
3

You can give Camelot a try. Its a RAD framework using Python, Sqlalchemy and Qt to build rich desktop applications.

http://www.python-camelot.com/

optixx
  • 2,110
  • 3
  • 16
  • 16
1

There is also PyGTK, which is pretty powerful. I was struggling with it at the beginning, but I'm getting more and more comfortable with it.

canavanin
  • 2,559
  • 3
  • 25
  • 36
0

PySide + QML may also be a good choice. Some examples are available here

andrei1089
  • 1,038
  • 6
  • 8