Turtle is a Python library that helps users to create shapes and pictures by providing virtual canvas. There is an onscreen pen that is used for drawing is termed a turtle and that’s why the library is named likewise.
Basically, the turtle library provides and helps new programmers with a new wonderful experience of what programming is all about.
As for now, you have to follow the installation by typing the following command into your window terminal.
apt install python3-tk