Don't ask me why I use Python to do this kind of thing, I go back to "happy" also is not not can, in short, curiosity there is no good solution. Stroll down a lap, on the whole, the Python graphical interface has the following several feasible solutions.
1. Pyside
Why write it the first one? Because it has been in contact with Qt, so, overall, it feels a little more pro. Yes, it is the LGPL version of PyQt (the official QT presentation is Python for QT).
The framework was first completed by Nokia's Mango team, but for well-known reasons, the team has disappeared. At present, from the information found, Qt re-took over its development work, but also in an active state. But there is no promotion ah ... It is said that matplotlib,photograbber,wing Ide,lucas Chess,fminer are used pyside to do, seemingly very useful look (don't ask me what they do, I am copy).
Nokia's team developed yo! is for mobile phone development yo! That natural natural support for Qt Mobile Interface.
It's homepage: http://qt-project.org/wiki/PySide/
These two brothers have made a good introduction to Pyside:
1) http://blog.sina.com.cn/s/blog_62c832270101dca6.html
2) http://www.cnblogs.com/goodhacker/p/3984377.html
2. TkInter
This is a python-made tk/tcl shell. TK/TCL has a wide range of applications and is said to have a large user base. Moreover, after Tcl8, the App that uses it already can have the system native effect, no longer is that ugly and ugly interface.
This is the official Python standard GUI scheme (officially said "De-facto Standard", the implementation of standards, we have not yet recognized? ), the information is more, self-understanding it, here only to do memo.
Overall feeling is not good, although said also supports a variety of platforms, but still is hehe.
Home: https://wiki.python.org/moin/TkInter/
3. WxPython
The python version of Wxwidget. Wxwidget's popularity does not have to be introduced, it seems that WxPython is also more popular than Tkinter. WxPython's official station is the hanging of the day hanging a "why thehell hasn ' t WxPython become the standard GUI for Python yet?".
Tkinter are not interested to understand, Wxwidget also be hehe. But a small three can do so well-known, but also naturally have extraordinary places, nature can not absent.
Home: http://www.wxpython.org
Python graphical Interface (GUI) design