Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaeby/sierpinski_triangle_fractal_drawer
Sierpinski triangles with Python and Tkinter.
https://github.com/yaeby/sierpinski_triangle_fractal_drawer
Last synced: 1 day ago
JSON representation
Sierpinski triangles with Python and Tkinter.
- Host: GitHub
- URL: https://github.com/yaeby/sierpinski_triangle_fractal_drawer
- Owner: yaeby
- Created: 2023-09-10T13:17:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-10T13:23:21.000Z (over 1 year ago)
- Last Synced: 2023-09-12T07:07:59.622Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sierpinski Triangle Fractal Drawer
## Overview
This Python program allows you to generate and visualize Sierpinski triangles, a well-known fractal pattern. Using the Tkinter library for the graphical interface, you can specify the level of recursion to create intricate and mesmerizing Sierpinski triangles.## Features
- Interactive graphical interface for drawing Sierpinski triangles.
- Adjustable recursion level to control the complexity of the fractal.
- Aesthetic cyan-colored canvas for visualizing the fractal.