GUI programming with python
Alan Franzoni
alan.franzoni.xyz at gmail.com
Tue Aug 26 12:10:53 EDT 2008
zamil was kind enough to say:
[cut]
If your needs are very basic, you can stick with the tk module that comes
with python. It's not really feature-packed, but it's maintained and pretty
cross-platform.
Otherwise, you can pick any supported widget set you like and use the
proper python bindings. You didn't tell us which OS you'd work with, hence
we can't tell you what's the best choice (if there's any).
BTW you should be able to enjoy GTK+, QT or Swing (if using Jython on Java)
or anything found in MS.NET (if using IronPython) - or you can go for
wxPython as well.
GUI Designers are widget-set related - I can suggest gazpacho for GTK+.
--
Alan Franzoni <alan.franzoni.xyz at gmail.com>
-
Remove .xyz from my email in order to contact me.
-
GPG Key Fingerprint:
5C77 9DC3 BD5B 3A28 E7BC 921A 0255 42AA FE06 8F3E
More information about the Python-list
mailing list