TurtlePlus
addons to the turtle package that help you drew stuff more quickly
-----------------------options-----------------------
command | description
----------------------------
clearSC | clearing the screen
draw_square| drewing a square with tihs options - (x, y, shapesize, incolor)
draw_circle| drewing a circle with tihs options - (x, y, radius, incolor, fillcolor)
draw_triangle| drewing a triangle with tihs options - (x, y, shapesize, incolor)
draw_pentagon| drewing a pentagon with tihs options - (x, y, shapesize, incolor)
draw_hexagon | drewing a hexagon with tihs options - (x, y, shapesize, incolor)
draw_heptagon| drewing a heptagon with tihs options - (x, y, shapesize, incolor)
draw_octagon | drewing an octagon with tihs options - (x, y, shapesize, incolor)
draw_nanogon | drewing a nanogon with tihs options - (x, y, shapesize, incolor)
draw_decagon | drewing a decagon with tihs options - (x, y, shapesize, incolor)
|
|
|
|