So tonight, a two part-er.
Part 1: Install Easygui.py on your home Python
- Download easygui.py from our drive folder. Save it to your desktop for easy access.
- In Windows: move the file to the C:\Python33 folder
- For our Mac OSX users out there, I am having trouble finding a set of instructions that makes it easy to install easygui, so for this homework (only) you might want to work on this in study hall.
Part2: Make a GUI program.
- You need to make a program that uses at least one of the following boxes in it's code:
buttonbox
choicebox
msgbox
AND ONE OTHER type of box, any type you want
Make SURE you are changing the MSG, the Title, and the choices in the boxes
How do you remember how to use these functions?
- Start Here: http://www.ferg.org/easygui/tutorial.html
- Find the "box" you want to use, click it, and click it again to see a good example
Good luck my peeps ( :-o )

No comments:
Post a Comment