Turtle is a simple, easy and fun way to learn graphical programming.
It contains very simple commands. By combining together these and similar commands, intricate shapes and pictures can easily be drawn.
You can create simple drawings using the turtle module.
You can also create simple animations.
If you want to learn about the nitty-gritty of Turtle you can read their documentation.
https://docs.python.org/3/library/turtle.html#introduction
You do not have to install anything apart from the python programming language.
You can download the python programming language from
https://www.python.org/downloads/
Leave a Reply