Does a wx turtle module exist?

Hey,

I tried googling and have found several full fledged applications, however have failed to find modules that can be imported and then will run on a panel of my choice when I input the relevant commands. This will require the module to do all of the maths and trigonometry calculations alongside printing onto the canvas… I was wondering if anybody is aware if such a module exists in wxpython

Hi,

···

On Friday, April 19, 2013 6:09:05 AM UTC-5, Nyxter wrote:

Hey,
I tried googling and have found several full fledged applications, however have failed to find modules that can be imported and then will run on a panel of my choice when I input the relevant commands. This will require the module to do all of the maths and trigonometry calculations alongside printing onto the canvas… I was wondering if anybody is aware if such a module exists in wxpython

It’s not a widget, but there is a project where someone created turtle in wxPython. Here’s a link to the official site

http://pythonturtle.org/

And here’s where you can find the code: GitHub - PythonTurtle/PythonTurtle: A learning environment for Python suited for beginners and children, inspired by Logo.

  • Mike