Color the square tree fractal using the colorsys library. Source Code:
Color the square tree fractal using the colorsys library. Source Code:
Improve the nested circle of squares by filling the squares with different colors. You may use Python’s colorsys library.
Knowing how to draw circle of squares, draw the following nested circle of squares with either recursion or iteration. Source Code:
Draw the shown fractal of stacked squares with Python and Turtle. Source Code:
The the following fractal tree made up of squares with recursion. Source Code:
Draw the following Sierpinski triangle made up of squares. Use recursion and Turtle graphics to draw this shape. Source Code:
Draw the following fractal made up with squares with recursion and Turtle library. Source Code:
Draw the fractal made up of squares as shown with recursion. Source Code:
Draw the following fractal consists of capital ‘I’s. Source Code:
Animate the transition from Sierpinski Triangle tree to Fractal tree as shown. This project is related to Sierpinski Triangle and Fractal Tree. Source Code: