[python-win32] gui examples

Thomas Heller theller at ctypes.org
Tue Oct 16 16:30:47 CEST 2007


Christian K. schrieb:
> Tim Golden <mail <at> timgolden.me.uk> writes:
> 
>> 
>> Christian K. wrote:
>> > Ludovic Reenaers wrote:
>> >> Hi,
>> >> you should download WxPython there is a pretty nice documentation with very
>> > detailed samples.
>> >> cheers,
>> > 
>> > I know, thanks. wxPython is usually my first choice, however this time I just
>> > need some simple stuff, e.g. simple dialogs, message boxes 
>> 
>> If that's really all you need, have a look at easygui:
>> 
>>    http://www.ferg.org/easygui/
> 
> Indeed, that should provide everything I need, although I'd prefer using the
> native gui elements and not Tk.
> 
> Christian

For Windows, there's also EasyDialogs, which uses native GUI elements:

http://www.averdevelopment.com/python/EasyDialogs.html

Thomas




More information about the python-win32 mailing list