summaryrefslogtreecommitdiffstats
path: root/development/easygui/README
diff options
context:
space:
mode:
author LukenShiro <lukenshiro@ngi.it>2011-12-15 23:16:31 -0600
committer Niels Horn <niels.horn@slackbuilds.org>2011-12-18 00:07:51 -0200
commitb15dc64c5a5d7c273f6b611928ee24e079b228c0 (patch)
treee12271a7630f09dd88a8fcc9bfc931e0b10c0654 /development/easygui/README
parentb54cd749f781ee166d7ff1c50befc8679b01ca06 (diff)
downloadslackbuilds-b15dc64c5a5d7c273f6b611928ee24e079b228c0.tar.gz
slackbuilds-b15dc64c5a5d7c273f6b611928ee24e079b228c0.tar.xz
development/easygui: Updated for version 0.96.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/easygui/README')
-rw-r--r--development/easygui/README19
1 files changed, 6 insertions, 13 deletions
diff --git a/development/easygui/README b/development/easygui/README
index 23da851bb9..b3192eb373 100644
--- a/development/easygui/README
+++ b/development/easygui/README
@@ -1,22 +1,15 @@
-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
+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
+dialogs for simple input and output when you need to do so. 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. If you later
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.
-
-A tutorial and more complete documentation can be found on easygui homepage.
-
-It can display all image-file formats supported by Python Imaging Library.
+PythonCard, Tkinter, wxPython, etcetera.