Skip to content Skip to sidebar Skip to footer
Showing posts with the label Turtle Graphics

Importerror: No Module Named Tkinter When Importing Swampy.turtleworld

I am using Python 3.4 and following along the book 'Think Python: how to think like a computer … Read more Importerror: No Module Named Tkinter When Importing Swampy.turtleworld

Textinput() Equivalent In Python 2.x

I need to accept info from the user in python's turtle. however the turtle.textinput function o… Read more Textinput() Equivalent In Python 2.x

How To Output Variable On Turtle Screen?

I want to output a variable on the Turtle screen. But as the variable changes, the previous value i… Read more How To Output Variable On Turtle Screen?

How To Make The Turtle Follow The Mouse In Python 3.6

I'm assigned to create a similar version of slither.io in python. I planned on using Turtle. Ho… Read more How To Make The Turtle Follow The Mouse In Python 3.6

Python Turtle Module Causes Os X To Crash

I'm working through Think Python chapter 4, where they tell you to type the following to see if… Read more Python Turtle Module Causes Os X To Crash

Start And Stop Python Turtle With Space Bar

I am trying to code a program that starts and stops a turtle by pressing the space bar. I got the c… Read more Start And Stop Python Turtle With Space Bar

How To Handle Clicks On A Turtle And Clicks Off Of A Turtle Separately?

Using the Python 3 'turtle' module, I am trying to handle two different click conditions se… Read more How To Handle Clicks On A Turtle And Clicks Off Of A Turtle Separately?

Building A Built-in Text Field For Turtle, While Statement Doesn't Work

I have built a text field module that has one problem: why does Python IDLE not work for while...br… Read more Building A Built-in Text Field For Turtle, While Statement Doesn't Work