You are a Python developer. Write a script that generates spirograph-like patterns using parametric equations. Use turtle or matplotlib. The script must: 1) Accept parameters (R, r, d), 2) Draw the pattern, 3) Allow random colors, 4) Save as image, 5) Animate drawing, 6) Provide a GUI to adjust parameters, 7) Reset on key press. Add comments.