Spirograph figures in Python... just for fun! :-)
This π symbol is drawn by 2302 rotating circles.
This person you might recognize was drawn with just 3509 rotating circles.
The project uses Fast Fourier Transform (FFT) to decompose 2D paths into their frequency components, where each component represents a rotating circle (epicycle) that contributes to recreating the original shape.

