With EasyGUI, I Can Stick with Python
September 10th, 2008 by Phil Hughes
For all of recent history, I have used dialog for basic interaction with users. Dialog is a program callable from the shell that produces an assortment of not pretty but functional interaction boxes. Anyone who has installed Debian or any of its derivatives knows what they look like.
On the other end of the spectrum is QT, the GUI builder behind KDE. It is pretty, elegant, adaptable and, well, something that requires you to write (or generate) C++ code.
While Python tends to be my language of choice, it has always been a pain for tasks I have done with dialog and shell scripts. The reason is that the standard Python tools for doing GUIs do more than I generally want. Tkinter is a good example. It will do what I want but it requires writing an event-driven program and knowing more about Tk than I really want to know. Well, enter EasyGui. If you are familiar with using dialog, the best description of EasyGui is that it is dialog except it is activated by Python calls rather than shell commands. For the rest of you, this is from the EasyGui web page.
EasyGui provides an easy-to-use interface for simple GUI interaction with a user. It does not require the programmer to know anything about tkinter, frames, widgets, callbacks or lambda. All GUI interactions are invoked by simple function calls that return results.
I was going to write some of the typical stuff like how to write Hello World using EasyGui but this stuff is all pretty obvious. It is, well, easy. Where to use EasyGui, however, is worth mentioning.
In the past few years I have written web applications to perform a
task because it is relatively easy to put together a form for user
input and produce decent-looking user output. In many cases, however,
I had no need for the web interface—the application was running
locally. While the application was easy to write, the need for a web
server and telling the user that they needed to use a browser to run
the program was an unnecessary complication. EasyGui seems to be the
perfect "right way" to write these types of applications.
__________________________
Phil Hughes
Special Magazine Offer -- Free Gift with Subscription
Receive a free digital copy of Linux Journal's System Administration Special Edition as well as instant online access to current and past issues. CLICK HERE for offer
Linux Journal: delivering readers the advice and inspiration they need to get the most out of their Linux systems since 1994.
Subscribe now!
The Latest
Newsletter
Tech Tip Videos
- Nov-04-09
- Oct-29-09
- Oct-26-09
Recently Popular
From the Magazine
December 2009, #188
If last month's Infrastrucuture issue was too "big" for you then try on this month's Embedded issue. Find out how to use Player for programming mobile robots, build a humidity controller for your root cellar, find out how to reduce the boot time of your embedded system, and if you're new to embedded systems find out the basics that go into one. You can also read about the Beagle Board, the Mesh Potato and a spate of other interestingly named items. And along with our regular columns don't miss our new monthly column: Economy Size Geek.
Delicious
Digg
StumbleUpon
Reddit
Facebook








QT
On September 14th, 2008 Alan (not verified) says:
While I'm sure EasyGUI is great, I think you misrepresent other toolkits. I use PyQT quite a bit, and I never have to write C++ code in order to use it. If EasyGUI works for you, so much the better, though it's unfortunate to perpetuate people's fear & dread of more complete GUI toolkits.
Different Game
On September 17th, 2008 Phil Hughes says:
But, a quick look at the PyQT info on the Python wiki I believe makes my point. It says:
Back when you would regularly see, for example, posts by Dennis Ritchie in the Usenet newsgroups, elegance in solving problems tended to emphasize using the least powerful (which usually also meant the smallest and/or fastest) tool to solve the problem. I assert that EasyGUI is the more elegant tool for the class of problems I suggest.
Those of us who would prefer to write Python rather than C++ appreciate that others too the time to write PyQT. That said, it is still a different type of tool much like Qt itself is a different tool than curses. __________________________
Phil Hughes
What pun?
On September 10th, 2008 theillien says:
I don't get it.
GUI ~ gooey
On September 11th, 2008 goblin says:
GUI pronounced like "gooey" -> "Stick with Python"
gooey:
http://www.merriam-webster.com/dictionary/gooey
That's the pun I can see, but English is not my first language, so I could be missing the real pun.
I still don't get it
On September 12th, 2008 theillien says:
I'm not sure there is even a pun there.
Very punny.
On September 12th, 2008 Anonymous (not verified) says:
Very punny.
Post new comment