Simple GUI for your Python Scripts

Posted on

Found a nice way to ease into GUI programming - with a library called EasyGUI. Simple, somewhat limited, but easy to get up and running.

sudo pip install easygui 

EasyGUI docs

Leave a Comment