jsbueno / turtleplotlib

Emulate Python's Turtle inside Matplotlib window

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turtle Plot Lib

Simple project to provide a Graphic Turtle interface to use inside Python's matplotlib graphics.

It is intendend to be used by Python learners that primarily have a Jupyter notebook as Python environment (even on the cloud, such as Google Colab)

Just use "pip install turtleplotlib" to install and

from turtleplotlib import Turtle

t = Turtle()

to start using it.

About

Emulate Python's Turtle inside Matplotlib window

License:GNU Lesser General Public License v3.0


Languages

Language:Python 100.0%