Frog is a free python module (distributed under GPL 3 licence) that provides a turtle graphics like graphics environment.
It should work on Windows and Linux with Python 3.x and Tkinter.
Frog has a consequently object oriented design and approach. In comparison to the python turtle module it has some more features and a better design, which makes it a really useful module. Try frogdemo.py to see, what you can do with it.
The frog package also contains a tutorial, but until now there is only a German version available. Non-german speaking users are adviced to look at the docstrings and comments within the code, as long as there is no English version.
To install the module, you only have to copy it (i.e. frog.py) into a path, where python does expect modules. Or just copy it into the folder together with the scripts using the frog module.
You can get the latest version from www.pyxo.de.
(C) 2008-2024 by Marco Haase
Frog ist ein quelloffenes Python-Modul unter GPL 3 Lizenz, das eine Turtle-Graphik ähnliche
Graphikumgebung bietet.
Es sollte sowohl unter Windows als auch Linux funktionieren und benötigt
Python 3.x inklusive Tkinter.
Das frog-Modul hat ein konsequent objektorientiertes Design und einen entsprechenden Ansatz. Verglichen mit dem Python Modul turtle hat es einen größeren Funktionsumfang und ein gelungeres Design, was es zu einem wirklich nützlichen Modul macht. Um einen Eindruck von den Möglichkeiten zu bekommen, sollte man sich einmal das Programm frogdemo.py ansehen bzw. es ausführen.
Das frog-Paket beinhaltet außerdem ein umfangreiches deutschsprachiges Tutorial, in dem sämtliche Möglichkeiten des Moduls vorgestellt und erläutert werden.
Zur Installation des Moduls braucht man die Datei frog.py lediglich in einen Ordner zu kopieren, in dem der Python-Interpreter nach Modulen sucht. Oder man kopiert das Modul einfach in den Ordner, in dem sich auch die Programme befinden, die das frog-Modul nutzen.
Die neueste Version kann man von www.pyxo.de herunterladen.
(C) 2008-2024 by Marco Haase