python drawing fractals
Recursive drawings/fractals. Use recursion to make some interesting drawings. This should have a GUI (graphical user interface) as well as drawings. There should be user choices for some or all of the following: the kind of drawing, the colors, the position, the size or some restrictions on the size, the recursion depth. There should be […]
python drawing fractals Read More »