/fractals

A few basic fractals implemented in python3 using turtle

Primary LanguagePython

fractals

A few basic fractals implemented in python3 using turtle

Libraries

To run this code, you need to have pip, turtle installed for python3

sudo apt-get -y install python3-pip
sudo pip3 install python3-tk

Running the code

First you need to clone this repository, run git clone https://github.com/yashshah1/fractals.git on your terminal, then cd fractals

After that, cd [FOLDER_NAME] and run python3 src.py

Contributing

If you are interested in adding some fractls, be sure to fork and update this repo!