A method for drawing computer graphics using a cursor, known as a turtle.
When using Python Turtle, how do you hide turtle icon(s)/pointer(s) in turtle graphics in Turtle code so …
python visibility turtle-graphicsI am creating diagrams with the turtle package in Python, and it is successful to some extent, except for one …
python windows-7 turtle-graphicsI was showing a grandson patterns drawn with Python's Turtle module, and he asked to see concentric circles. I thought …
python turtle-graphicsWhen I call t.pencolor('83, 58, 27') (turtle is imported as t) I get the TurtleGraphicsError: bad color string: 83, 58, 27 even …
python turtle-graphicsI am a making a blackjack game with cards using turtle and each time I play a hand turtle just …
python turtle-graphicsI am trying to write a program that draws a sierpinski tree with python using turtle. Here is my idea: …
python recursion turtle-graphicsI want to play with turtle module in Python. But when i do import turtle module, i've the following error: $ …
python user-interface turtle-graphicsI would like to figure out how to save a bitmap or vector graphics image after creating a drawing with …
python vector-graphics turtle-graphicsI'm working on a simple program in Python 3.5 that contains turtle graphics and I have a problem: after the turtle …
python python-3.x turtle-graphicsI'm trying to get the mouse position through Python turtle. Everything works except that I cannot get the turtle to …
python python-3.x turtle-graphics