Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.