The python-gui tag has no wiki summary.
0
votes
0answers
7 views
How to change ttk.Treeview column width and weight in Python 3.3 [migrated]
I have created a GUI for my application with Tkinter. I am using also a treeview widget. However I am unable to change its column widths and weights. How to do it properly?
Sample:
tree = ...
5
votes
3answers
4k views
Which Python GUI library is easiest to use? [closed]
Among the GUI libraries for Python, which is more easier to work with: PyQt4, wxPython or any other? I just wrote few lines of PyQt4 code, it seems things are not that easy with Qt.
Are there any ...
4
votes
1answer
500 views
Best way of learning Python + GUI when coming from .NET
I've been developing applications in C# / VB.NET for about 3-4 years (.NET Framework v2.0, 3.5, 4). I have also developed some command-line applications or scripts in C, and Python under Linux.
...