myturtle

Simple turtle implementation.


Keywords
turtle, jupyter, notebook
License
MIT
Install
pip install myturtle==0.1

Documentation

MyTurtle

Simple turtle implementation using matplotlib for plotting. This implementation works in Jupyter Notebooks and has been coded for educational purposes.

Installation

Best is to install the package from PyPi using pip

pip install myturtle

To install from github do

git clone https://github.com/martinclaus/myturtle.git
cd myturtle
python setup.py install

How to draw stuff

TODO