A Python implementation inspired by the Hirst Spot Painting.
Screen.Recording.2023-12-24.at.00.41.50.mov
The Hirst Spot project is a Python turtle graphics implementation inspired by the famous Hirst Spot Painting. It generates a grid of colorful dots, creating a visually appealing artwork.
- Randomly generates colorful dots in a grid pattern.
- Utilizes the turtle graphics library for drawing.
- Customizable color palette.
- Clone the repository:
git clone https://github.com/barakadanny/Hirst-Spot-Painting-With-Python.git cd hirst-spot
Run the script to generate the Hirst Spot artwork:
python hirst_spot.py
Adjust the color_list
variable in the script to customize the color palette.
Contributions are welcome! If you have ideas for improvements or found a bug, feel free to open an issue or create a pull request.