Computer graphics artwork. It's raster graphics teapot which implemented by using Bresenham's algorithm to draw the lines between points.
Open teapot.py file, download required modules and run the script. The resulting file will be saved with the name teapot.png. There is a demo file named demo which demonstrate the artwork.
There is set of a points in file teapot.obj. Script creates a .png image of a teapot by drawing lines between certain points. Then it creates circle-shaped gradient in the teapot.