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
- Mandlebrot:
A script to draw a Mandelbrot set by setting individual pixels:
examples/mandelbrot.py
moderate_complex.png
- A pretty picture:
A script to draw a Mandelbrot set by setting individual pixels:
examples/moderate_complex.py