Is there an equivalent way to perform the same function as the TURTLE ontimer using Zelle Graphics and Python?
The ontimer works with Zelle, but it needs the Turtle window to open (which defeats the purpose). I am trying to figure out a way to use the turtle.ontimer but without having to call the turtle.Screen() or any turtle window. OR if there is another way to do it in zelle graphics.py
Since
GraphWinis a subclass of tkinterCanvas, we can invoke the sameCanvas.after()method that Python turtle uses to implementontimer():