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.
- Host: GitHub
- URL: https://github.com/talhaahussain/sierpinski-triangle
- Owner: talhaahussain
- License: mit
- Created: 2023-09-04T13:17:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T05:00:16.000Z (over 1 year ago)
- Last Synced: 2025-02-21T07:41:32.820Z (8 months ago)
- Topics: fractals, sierpinski-triangle, turtle, turtle-graphics
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

### Usage
Run with:
```bash
python sierpinski.py
```### Footnote
Option to enable iteration counter available, but disabled through code (commented out).