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

Why Does My Python Turtle Shape Size Decrease When Pressing 'shift'

I am trying to create a turtle in Python so I could increase/ decrease it's size by pressing +/… Read more Why Does My Python Turtle Shape Size Decrease When Pressing 'shift'

Entire Screen Not Moving With The Turtle

I am making a game in python using the turtle module in python. I want the screen to move with the … Read more Entire Screen Not Moving With The Turtle

Rounded Edge Rectangles With Python Turtle

Is there another way to add a rounded edge to square/rectangle shapes apart from drawing a circle a… Read more Rounded Edge Rectangles With Python Turtle

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

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

Reading Two Separate Values In One Line In Python

I need your help. This is my program so far import turtle turtle.showturtle() def turtle_interface… Read more Reading Two Separate Values In One Line In Python

Filling Rectangles With Colors In Python Using Turtle

How can I draw a rectangle where: the smallest is 5 in height and each consecutive rectangle adds t… Read more Filling Rectangles With Colors In Python Using Turtle

Why Does Turtle Open An Even Smaller Screen When The Canvas Is Small?

I'm trying to draw on a small 200x200 screen using turtle, however the drawing doesn't pop … Read more Why Does Turtle Open An Even Smaller Screen When The Canvas Is Small?