9th
September
Comments
Dress up your Python scripts with EasyGui
Posted on September 9th, 2008 at 5:44 am
In many cases, adding a graphical interface to Python scripts means getting your hands dirty with TKinter or other GUI programming kits. This exercise is usually reserved for users who have already acquired decent Python programming skills, as it requires some serious code wizardry. Thankfully, the EasyGui module allows you to add some GUI goodness to your Python scripts without going through coding rigmarole. Using EasyGui, you can add visual elements with just a few lines of code.
Handy little tool I just tried it and darn it is easy! Baldy
Leave a Reply
You must be logged in to post a comment.