xturtle.py - extended turtle graphics for Python with Tkinter

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

The xturtle package contains:

  1. the xturtle module xturtle.py

  2. an xturtle-Demoviewer xturtleDemo.py

  3. a set of examples to demonstrate most of the features of the module, distributed over several subdirectories

  4. some doc files in *.txt format, which can also be viewed with the demoViewer.

Download:

You can download xturtle 0.95a0 here as a zipped file: xturtle.zip

You can download single files from the code-directory.

How to use it:

To have xturtle.py ready to use, put it somewhere on your sys.path. (For windows I recommend Python2x\Lib\lib-tk where you also can find turtle.py) Of course it suffices to have it in your working directory.

Quickstart:

(Prerequisite: Python must be installed, Python 2.5 or later) Download xturtle.zip, unpack it.

Run xturtleDemo.py and enjoy the demos, if possible. If so, give xturtle.py a try. If not, delete it and return to something else.