filmov
tv
Python turtle graphics design in 2 minutes

Показать описание
Python GUI Module
This drawing done by using 2 Modules , turtle and colorsys.
colorsys library only for colour.
when we use colorsys library with turtle library build design will be more attractive.
Turtle is the pre-installed Library in Python,it is very easy to use and understand.
Turtle shortcuts
1) lt - left
2) rt - right
3) fd - forward
4) bk -backward
5) bgcolor - background colour
This drawing done by using 2 Modules , turtle and colorsys.
colorsys library only for colour.
when we use colorsys library with turtle library build design will be more attractive.
Turtle is the pre-installed Library in Python,it is very easy to use and understand.
Turtle shortcuts
1) lt - left
2) rt - right
3) fd - forward
4) bk -backward
5) bgcolor - background colour