Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md


The Spirograph

A spirograph is a very interesting geometrical figure which is often symmetrical to both the axes.Here, I’ve used a range of colors to draw circles, you can use your combination as per your color choice.

About This program, it draws the Spirograph curves using Python and the Turtle library.

To familiarize yourself with what a Spirograph is as well as to see the mathematical derivation of Spirograph curve equations, visit wikipedia

PREREQUISITES

  • Have Python 3.x setup in the system
  • Install all the libraries mentioned in the requirements.txt

OUTPUT

just run the program and you are done.

Watch the output Video to get an understanding.

click here to download

other resources

For Turtle documentation, visit DOCS.

For RGB calculator, visit w3schools.

For Turtle Colors, visit the following resources

resource 1

resource 2