Fractal Art

Start Date: September 2021

End Date: September 2021

Main Technologies Used: Python, PyCharm

Description: I decided to try out this project to give more use of the turtle Python library, but mainly to practice recursion by calling a function within itself. By doing this and simply telling the turtle module where and what to do next, I was able to create some pretty neat art. The program starts by the user giving the function an input, such how big the object is, how many sides it should have, or how many levels it will have. The program can then create the art using recursive steps, thus creating the pattern over and over again until a condition is met. Depending on what step the program is at, it can then continue with another side/level or it will stop and the art is complete. The scripts for all the art in the images to the left can be found here on my GitHub page.