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

Python Returns An Error When I Try To Quit The Application Window

I was following a video for this little project but i encountered this error Traceback (most recent… Read more Python Returns An Error When I Try To Quit The Application Window

Turtle Does Not Run More Than Once In Jupyter Notebook

I am trying to run some turtle code in jupyter notebook. When I run the code once, the code runs fi… Read more Turtle Does Not Run More Than Once In Jupyter Notebook

Python 3.6.3: Is There A Method In The Turtle Library That Does The Same Thing As Root.after?

In python, I am making a turtle program and I need to loop a function, I wouldn't use def n():#… Read more Python 3.6.3: Is There A Method In The Turtle Library That Does The Same Thing As Root.after?

Python3.2 How To Keep Turtle From Going Off The Screen And When It Does Reset?

I am writing a simple project with pygame and turtle graphics. They aren't integrated together.… Read more Python3.2 How To Keep Turtle From Going Off The Screen And When It Does Reset?

Python Terminator Error

I'm working on a Python project with a friend of mine for school. We have imported Turtle and M… Read more Python Terminator Error

Python: How To Make A Turtle Never Cross Over A Line

I'm trying to write a python program that will make a turtle either move forward, turn left and… Read more Python: How To Make A Turtle Never Cross Over A Line

Turtle-graphics Keypress Event Not Repeating

The following code behaves differently in different environments. On my Windows machine (Windows 10… Read more Turtle-graphics Keypress Event Not Repeating

Tic Tac Toe Game Using Turtle

This is for an extra credit assignment in Python. I've finished most until the last part where … Read more Tic Tac Toe Game Using Turtle

How To Bind Several Key Presses Together In Turtle Graphics?

I'm trying to make a connect-the-dot python game. I want the game to register 2 button presses.… Read more How To Bind Several Key Presses Together In Turtle Graphics?

Why Is Turtle Lightening Pixels?

My program for creating a Mandelbrot set has a bug: whenever the pen changes colors, and every 42nd… Read more Why Is Turtle Lightening Pixels?

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?

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 Rotate Text In Python's Turtle Graphics

I want to make diagrams with python's turtle (teaching purposes). The label 'values' fo… Read more How To Rotate Text In Python's Turtle Graphics

Turtle Graphics - How Do I Control When The Window Closes?

I have a small python script which draws some turtle graphics. When my script has finished running,… Read more Turtle Graphics - How Do I Control When The Window Closes?

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

Problem With Onkeypress() And Listen() In Python Turtle

I have a problem with one function. I use Python 3.7, and when I try to use the onkeypress() functi… Read more Problem With Onkeypress() And Listen() In Python Turtle

Create More Than Two Turtles And Moving Them

How to make few turtles in a screen and make them move one at once? Solution 1: You can use turtle… Read more Create More Than Two Turtles And Moving Them

Getting "maximum Recursion Depth Exceeded" With Python Turtle Mouse Move

This code should utilize mouse motion events to draw a dot at the current mouse position: import tu… Read more Getting "maximum Recursion Depth Exceeded" With Python Turtle Mouse Move

Python Turtle.terminator Even After Using Exitonclick()

I have tried to make functions for turtle to make it extremely easy to draw shapes and the code loo… Read more Python Turtle.terminator Even After Using Exitonclick()

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