A simple object oriented graphics library for Python under the GPL license. The library is intended for novice programmers and teaching purposes and features basic geometric objects such as lines, circles or polygons. Use this tag for specific programming questions about creating graphics with the Zelle-graphics library.
Zelle-graphics is a simple object oriented graphics library designed to make it very easy for novice programmers to experiment with computer graphics in an object oriented fashion. It was written by John M. Zelle for use with the book Python Programming: An Introduction to Computer Science Third Edition (Python 3.x) — Franklin, Beedle & Associates 2016-Aug-08)
The library provides the following graphical objects:
Point
Line
Circle
Oval
Rectangle
Polygon
Text
Entry
(for text-based input)
Image
The most recent version of the library can be obtained at: