A program that draws a randomly generated Spirographs via the turtle library.
This program was made using python version 3.12.1, pillow version 10.3.0 and several built in modules.
When run the program will draw a spirograph, when the spirograph is complete the user can do three things:
- Left mouse click the turtle window to generate a new spirograph.
- Right mouse click the turtle window to save a screenshot of the canvas.
To exit the program close the turtle window.
The number of steps taken to draw the spirograph, increasing makes the spirograph smoother but take londer to draw.
The radius of the spirograph.
The number of "arms" used to dram the spirograph, increasing results in more complex, less symetrical spirographs.
