Metadata-Version: 2.4
Name: jupyter-turtle
Version: 1.0.1
Summary: Simplified Turtle graphics for the Jupyter Notebook
Author-email: Mike Matera <michael.matera@cabrillo.edu>
License-Expression: MIT
Project-URL: Homepage, https://github.com/mike-matera/jupyter-turtle
Project-URL: Issues, https://github.com/mike-matera/jupyter-turtle/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ipycanvas
Requires-Dist: jupyterlab
Dynamic: license-file

# Jupyter Turtle 

This is an implementation of simplified Turtle graphics to support my [Python
for Everyone](https://github.com/mike-matera/python-for-everyone) course.
[Logo](https://en.wikipedia.org/wiki/Logo_\(programming_language\)) was my first
programming language. The purpose of this implementation is to give beginners a
visual experience to help them understand algorithmic reasoning. The module
contains a `Turtle` class implementation with a full API and a simplified API
that I use in class. 

