This script is for Slackware 13.1 only and may be outdated.

SlackBuilds Repository

13.1 > Development > easygui (0.95)

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.

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.

A tutorial and more complete documentation can be found on easygui homepage.

It can display all image-file formats supported by Python Imaging Library.

Maintained by: LukenShiro
Keywords: python,gui,ide
ChangeLog: easygui

Homepage:
http://easygui.sourceforge.net/

Source Downloads:
easygui_v0.95.tar.gz (45aac917f91d1378b4e74027dbf21b75)

Download SlackBuild:
easygui.tar.gz
easygui.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
easygui.SlackBuild
easygui.info
slack-desc

Validated for Slackware 13.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds