Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 568 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 568 Bytes

Damien Hirst Spot Painting Recreation

Recreate iconic Damien Hirst's spot painting using Python and Turtle graphics.

Screenshot

Requirements

  1. colorgram.py module
  2. Image to extract colours

How It Works

Using the colorgram module, a color palette is extracted from the given image. Random colors from this palette are then used to create an 8 by 5 dot painting.


Feel free to adjust the content further based on your project's specifics!