Thursday, December 31, 2015

Intro: Easygui

Easygui (GUI stands for "graphical user interface") is a module that comes with Python and allows you to create programs with graphics instead of silly command prompts. It seems to me that more people who program with python prefer silly command prompts instead, but I don't. Remember that Mad Libs game that I talked about? That used Easygui. All you need to do to have Easygui in your program is to type in import easygui at the beginning of your program.


No comments:

Post a Comment