Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (23 loc) · 915 Bytes

File metadata and controls

39 lines (23 loc) · 915 Bytes

Auto Turtle Drawer

I created this program because turtle can be boring during a programming class. Now it can be fun! Just run index.py and draw whatever you like. The converter will automatically make it into a turtle program that you can run in results.txt.

Focus on what's important in programming, don't worry about turtle.

Change the window size (Canvass) By changing the variable at the top of index.py

To finalize and save your drawing, click the middle mouse button

Change Color

Press the following keys to change the drawing color:

R: Red B: Blue Y: Yellow G: Green D: Black (Default)

Delete Mode

Press "E" to toggle delete mode

Make a Square

If you would like the square to be filled, toggle FillMode by pressing 3

Press 1 to set the first corner Press 2 to set the second corner Done!

HD Mode

Press h key to toggle HD Mode (Draws lines with better AA. Doubles draw time)