turtle-graphics
Overlapping trees in L-system forest
I created an a program using python\'s turtle graphics that simulates tree growth in a forest. There\'s 3 tree patterns that are randomly chosen, and their starting coordinates and angles are randomly[详细]
2023-04-09 11:51 分类:问答Hide Turtle Window?
I am generating diagrams in Turtle, and as part of my program, I identify certain coordinates from my diagrams. I would like to be able to hide the complete turtle window, since I only care about the[详细]
2023-03-31 09:26 分类:问答Turtle Graphics Not Responding
I am creating diagrams with the turtle package in Python, and it is successful to some extent, except for one problem. Once turtle generates the diagram that I have in code, it causes the program t开发[详细]
2023-03-31 00:44 分类:问答import tkinter yields error
Starting the Open Book on Python 3.1 import turtle #this yields an error from importing tkinter Script:[详细]
2023-03-25 09:42 分类:问答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, the turtle screen automatically closes, so to be able to see the graphics for a while I have to use[详细]
2023-03-10 03:23 分类:问答Tkinter Turtles and Threads
world! In turtle graphics in python, there\'s possible to create various Turtle objects and manipulate them with their methods, forward, backward... I wanted to experiment with threads so I wrote a th[详细]
2023-03-02 01:55 分类:问答Why ActivePython freezes after I use the turtle module?
I\'ve installed ActivePython 3.1 and ran IDLE with -n parameter as required by the turtle module in documentation. However when I try to use it with call such as turtle.postion(), new windows is opene[详细]
2023-02-12 09:59 分类:问答How to draw a circle and a hexagon with the turtle module? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-02-06 19:09 分类:问答how to rotate text in python's turtle graphics
I want to make diagrams with python\'s turtle (teaching purposes). The label \"values\" for the y-axis should be rotated.[详细]
2023-01-31 15:13 分类:问答python alternative to the goto command?
I have a python program that is essentailly made up of turtle graphics, and it is basically asking the user how many squares to draw, and then after each square, it adds 1 to a counter using:[详细]
2023-01-31 03:05 分类:问答