Skip to content

Program that draws four random spirographs simultaneously.

Notifications You must be signed in to change notification settings

EsadMrkulic/spirographs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Spirographs

Program that draws four random spirographs simultaneously.

This is a program that brings up the turtle graphics, and draws four spirographs at the same time. The spirographs are completely random, meaning everytime you run the program, you get something different each time. You can show the turtles by clicking "T" and reset the spirographs by clicking the "space" key. This is completely math based. Furthermore, I learned how to do this from a Python book called, "Python Playground".

To break down how this project works, there are 2 classes; one for the spiro itself which is the math based portion, and the other for actually animating the spiros. In each class are functions for random and fixed parameters, updating, and resetting.

About

Program that draws four random spirographs simultaneously.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages