What is the most popular GUI library for Python in Windows ?
|
|
I think |
|||
|
|
|
Questions Tagged.. : (Here On SO)
Im not in any way suggesting the above is a measure of popularity. Merely providing some statisics that I thought others may find interesting. |
|||||||||
|
|
I've never conducted a survey, but I am reasonably confident that PyGtk and WxPython are the most popular across all platforms. What I can say for certainty is that PyGtk, WxPython, PyQt, and at some point in the future PySide, are all mature enough that it would be very unwise to choose one based on popularity. |
|||
|
|
|
To quote the BDFL:
|
|||||||||||
|
|
How about IronPython + WPF? |
|||||||
|
|
Last I knew, TkInter was the most popular (cited here as the "de-facto standard GUI package"). |
|||||||||
|
|
WXpython is used a lot, this blog has many, many examples to get you quickly started with it: |
|||||
|
|
I'd say Tkinter; it comes with every distribution of Python. 2.7 on Tkinter supports ttk(themed Tkinter), which allows Tkinter to have a more native look. This was one of the main drawbacks of earlier versions of Tkinter. |
|||
|
|
|
PyGtk is the only one I've seen anyone use. It's popular, cross-platform (no changes required, unless you do something non-portable) and comes with a simple bundle installer for win32. Caveat: Lies, damn lies, and statistics. :) |
|||
|
|