The Structure of a GUI4sher project

A GUI4sher projects looks like this:

A picture containing chart

Description automatically generated

·        On the top of the project is the location of the project file.

·        Below that is a graphics window where you can place and edit geometric objects like circles and manipulate them.

·        Below that is a shell window where you can write python commands and the program executes them.

·        Below that is a copyright and thanks area where you can copyright your project or thank people who helped you create it.

You can write any single line python command in the shell window.  If you want it to print an answer you need to use the print function.

Text

Description automatically generated with medium confidence

When implementing graphics or GUI projects mostly you will use the shell window for placing and editing graphics and GUI.

Click here to see how to add geometric objects

Contents

·      GUI4sher How To

o   Downloading

o   Starting a new project

·      The Structure of a GUI4sher project

·      Adding Geometric Objects to a GUI4sher Project

o   Geometric Object

o   Rectangles

o   Modifying Colors and Borders

·      Ovals and Lines[SD1] 

o   Ovals

o   Lines

o   Polygons

·      Labels: Putting Words on GUI4sher

·      Buttons: Simple User Input

o   Simple Button

o   Counting Button

o   Check

·      Entering Text

o   Entries

o   Text

o   Creating an App

·      Lists in GUI4sher

o   List for Selecting a String

o   Editable List of Numbers

·       Project Administration

o   Copyright and Thanks

o   Debugging

 


 [SD1]