An open API service indexing awesome lists of open source software.

https://github.com/talhaahussain/sierpinski-triangle

A Python program to demonstrate the generation of the Sierpiński triangle fractal.
https://github.com/talhaahussain/sierpinski-triangle

fractals sierpinski-triangle turtle turtle-graphics

Last synced: 8 months ago
JSON representation

A Python program to demonstrate the generation of the Sierpiński triangle fractal.

Awesome Lists containing this project

README

          

# Sierpinski-triangle

A Python program to demonstrate the generation of the Sierpiński triangle fractal using the built-in Turtle module.

![image](https://github.com/talhaahussain/Sierpinski-triangle/assets/73853725/081db3d4-592a-4cfc-9650-f55bc74ae99a)

### Usage

Run with:
```bash
python sierpinski.py
```

### Footnote
Option to enable iteration counter available, but disabled through code (commented out).