diff options
author | LukenShiro <lukenshiro@ngi.it> | 2010-05-12 17:38:22 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:38:22 +0200 |
commit | ebeebd47d7437c30791c01e71f5b8b78522be855 (patch) | |
tree | 3659c6ba24651679ab3f02b90505763be3fb303d /development/easygui/README | |
parent | d487978acc977bde4249a5ad186c987bde9ae9de (diff) | |
download | slackbuilds-ebeebd47d7437c30791c01e71f5b8b78522be855.tar.gz |
development/easygui: Updated for version 0.91
Diffstat (limited to 'development/easygui/README')
-rw-r--r-- | development/easygui/README | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/development/easygui/README b/development/easygui/README index fa883e35d1..0e7b2c558c 100644 --- a/development/easygui/README +++ b/development/easygui/README @@ -1,19 +1,20 @@ -easygui is a module for very simple, very easy GUI programming in Python. +easygui is a module for very simple, very easy GUI programming +in Python. Experienced Pythonistas need support for quick and dirty GUI features. New Python programmers need GUI capabilities that don't require any -knowledge of Tkinter, frames, widgets, callbacks or lambda. This is what -easygui provides. Using it, all GUI interactions are invoked by simple -function calls. +knowledge of Tkinter, frames, widgets, callbacks or lambda. This is +what easygui provides. Using it, all GUI interactions are invoked +by simple function calls. easygui is different from other GUIs in that it is NOT event-driven. It allows you to program in a traditional linear fashion, and to put up -dialogs for simple input and output when you need to. If you have not -yet learned the event-driven paradigm for GUI programming, easygui will -allow you to be productive with very basic tasks immediately. Later, if -you wish to make the transition to an event-driven GUI paradigm, you can -move to an event-driven style with a more powerful GUI package such as -anygui, PythonCard, Tkinter, wxPython, etc. easygui is there just to do -very basic stuff. More elaborate stuff should be done with more powerful -tools. easygui is built on top of Tkinter. +dialogs for simple input and output when you need to. If you have not yet +learned the event-driven paradigm for GUI programming, easygui will +allow you to be productive with very basic tasks immediately. Later, if you +wish to make the transition to an event-driven GUI paradigm, you can move +to an event-driven style with a more powerful GUI package such as anygui, +PythonCard, Tkinter, wxPython, etc. +easygui is there just to do very basic stuff. More elaborate stuff should +be done with more powerful tools. easygui is built on top of Tkinter. -It is released under Creative Commons Attribution 2.0 License. +A tutorial and more complete documentation can be found on easygui homepage. |