LICENSE
MANIFEST.in
README.md
setup.py
PythonTurtle.egg-info/PKG-INFO
PythonTurtle.egg-info/SOURCES.txt
PythonTurtle.egg-info/dependency_links.txt
PythonTurtle.egg-info/entry_points.txt
PythonTurtle.egg-info/top_level.txt
PythonTurtle.egg-info/zip-safe
pythonturtle/__init__.py
pythonturtle/__main__.py
pythonturtle/application.py
pythonturtle/helppages.py
pythonturtle/my_turtle.py
pythonturtle/turtleprocess.py
pythonturtle/turtlewidget.py
pythonturtle/misc/__init__.py
pythonturtle/misc/helpers.py
pythonturtle/misc/smartsleep.py
pythonturtle/misc/vector.py
pythonturtle/resources/about.txt
pythonturtle/resources/developers.txt
pythonturtle/resources/help1.png
pythonturtle/resources/help2.png
pythonturtle/resources/help3.png
pythonturtle/resources/help4.png
pythonturtle/resources/icon.icns
pythonturtle/resources/icon.ico
pythonturtle/resources/lets_code.png
pythonturtle/resources/license.txt
pythonturtle/resources/teach_me.png
pythonturtle/resources/turtle.png
pythonturtle/shelltoprocess/__init__.py
pythonturtle/shelltoprocess/console.py
pythonturtle/shelltoprocess/forkedpyshell.py
pythonturtle/shelltoprocess/shell.py