This repository contains a collection of fractals created using Python's Turtle module. The project explores recursive geometry, procedural pattern generation, and visual experimentation through ...
A program that creates and draws simple two variable L-systems in Python using a combination of Scheme tail recursion and Python turtle graphics. The script takes a few parameters needed to create an ...