Draw Spirograph Designs

Introduction

Spirograph is a geometric drawing device that produces interesting designs. Here we will write a program to do the same thing.

Click HERE for more information about graphics.py. (download, install, documentation, ...)

Project #1

Create an interactive program to draw spirograph designs

Experiment with different input values.

Project #2

Ask the user how much to increment the angle each time when drawing a spirograph design.

Project #3

Draw lines rather than points.

FYI

Very fancy designs
image mising
commons.wikimedia.org/wiki/File:Various_Spirograph_Designs.jpg

Spirograph equations
image missing

Spirograph diagram
image missing

Link

Spirograph

Spirograph(Wikipedia)