Sample ScriptsΒΆ

A good way to learn to use py_gd is to check out a few example scripts.

Ultra Simple:

The very simplest example: ultra_simple.py

_images/ultra_simple.png
Mandlebrot:

A script to draw a Mandelbrot set by setting individual pixels: examples/mandelbrot.py

_images/Mandelbrot.png

moderate_complex.png

A pretty picture:

A script to draw a Mandelbrot set by setting individual pixels: examples/moderate_complex.py

_images/moderate_complex.png