EzGraphics Reference

The Python ezgraphics module provides classes that can be used to create and work with simple graphical drawings and digital images within a desktop window. This reference guide fully documents the available classes and methods defined by the package.

Class Documentation

A complete reference is available for each of the classes defined by the module:

Defines a basic framed window that can be opened on the desktop and used to produce simple graphical drawings.
Defines a canvas on which geometric shapes and text can be drawn.
Defines a basic framed window that can be opened on the desktop and used to create and manipulate color digital images.
Defines an RGB digital image that is contained within an image window.
Defines a menu that can be added to a graphics or image window to provide options to the user.

Miscellaneous Documentation

A list of the valid color names that can be used to specify colors on the graphics canvas.
Last modified: November 12, 2014, at 08:32 AM.