ANN: EasyGui - basic, easy-to-use GUI functions
Paul Boddie
paul at boddie.net
Fri Feb 15 06:26:53 EST 2002
More information about the Python-list mailing list
Fri Feb 15 06:26:53 EST 2002
- Previous message (by thread): ANN: EasyGui - basic, easy-to-use GUI functions
- Next message (by thread): win32com.client.DispatchWithEvents and exceptions from callback
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
steve at ferg.org (Stephen Ferg) wrote in message news:<b16e4ef7.0202141211.3fb6b1f at posting.google.com>... > > Kevin pinpointed exactly what is different about EasyGui ... it is > just putting up dialogs for simple input and output in a linear > program. > > What makes EasyGui different from other GUIs is that it is NOT > event-driven. [...] > I honestly don't know if there is a need for such an animal as > EasyGui. But I think there might be... There is a class of applications or tools which provide user interfaces in a similar way to EasyGui. For example, the Red Hat Linux text-based installation and administration tools lead users through sequences where users are prompted for information through text boxes, lists and dialogues. It seems to me that by implementing other display mechanisms, you would be able to cover such applications, provide alternative display options for them, and be some kind of "anygui-light". Paul
- Previous message (by thread): ANN: EasyGui - basic, easy-to-use GUI functions
- Next message (by thread): win32com.client.DispatchWithEvents and exceptions from callback
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list