Continuing from Hypotrochoid project, create program that allows users to draw many Hypotrochoid on one canvas to generate a beautiful spirograph. Ask users to enter the following parameters: the ratio
Continuing from Hypotrochoid project, create program that allows users to draw many Hypotrochoid on one canvas to generate a beautiful spirograph. Ask users to enter the following parameters: the ratio
Hypotrochoid is a curve very similar to Hypocycloid. But it is more general than Hypocycloid because the point we are tracing doesn’t have to lie on the circle. It can
Oops… A piece of ice cream is gone…
Draw a book written by you 🙂
Draw a smiling girl wearing a pink cap as shown here:
Draw a pepperoni pizza like this:
Draw a cup of lemonade with two straws in it.
Code a spiral made of colors randomly picked from a set and make it look like this:
Epicycloid is a curve that is formed by tracing a fixed point on the circle that is rolling around outside a static circle. Animate this tracing steps with Python Turtle.
Hypocycloid is a curve that is formed by tracing a fixed point on the circle that is rolling inside a larger circle. Animate this tracing steps with Python Turtle. Also