"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."