| John J Posner, Math and Computer Education [email protected] | ||||||||||
| ClixTur This tool provides a point-and-click interface to the Python "Xturtle" or "Turtle" module (by Gregor Lingl). As you click to create a drawing, the corresponding Xturtle code is sent to a transcript. You can save the transcript, then (revise and) execute it to "play back" your drawing. |
||||||||||
![]() |
||||||||||
| Other Requirements ClixTur is implemented as a script in the Python programming language. To run ClixTur using the source code, you need the following software: * A standard Python installation, which includes the Tkinter graphics module * The Python Megawidgets graphics module * Python 2.5 and earlier: the Xturtle graphics module (Python 2.6 already includes this module, under the name turtle, so you're all set!) To run the Windows executable: * Unpack the downloaded ZIP file into any folder * Open that folder and execute the program ClixTur.exe |
||||||||||