AndresVargas

Hi!, my nickName is zodman, im a Computer science Engineering. love the FLOSS and FreeSoftware. Python ninja and php coder. On left my love Aisha and me.

Interest links
seen more



Powered by Django.

easygui a module for make easy dialogs with Tk

Reading the bucio blog at planetalinux talking about zenity that remember me the easygui module what think can be solve the same problems of zenity (or not alls ) without the gnome(gtk) deps.

python -m easygui

easygui

So with it you can make a small dirty tk gui's:

python -c "import easygui; easygui.boolbox('Are ok')"

python -c "import easygui; print easygui.ccbox('zodman continue')"

for Foresight users its packaged on fl:2-devel

sudo conary update easygui=@fl:2-devel

Code Python
BACK