xturtle.py - extended turtle graphics for Python with Tkinter

NEW! Version 0.95a0.01 (March 16th 2008) NEW!

xturtle.py - it's features. A short overview.

The module xturtle.py is an extended reimplementation of turtle.py from the Python standard distribution. (See: http:\\www.python.org)

It tries to keep the merits of turtle.py and to be (nearly) 100% compatible with it. This means in the first place to enable the learning programmer to use all the commands, classes and methods interactively when using the module from within IDLE run with the -n switch.