https://github.com/stemkoski/pythonturtlecontrols
A keyboard-based interface for the Python turtle package.
https://github.com/stemkoski/pythonturtlecontrols
Last synced: 8 months ago
JSON representation
A keyboard-based interface for the Python turtle package.
- Host: GitHub
- URL: https://github.com/stemkoski/pythonturtlecontrols
- Owner: stemkoski
- License: mit
- Created: 2020-01-08T20:16:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T20:18:56.000Z (over 6 years ago)
- Last Synced: 2025-10-12T05:45:51.625Z (8 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PythonTurtleControls
A keyboard-based interface for the Python turtle package.
=========================================
List of commands
=========================================
Up --- move turtle forward
Down --- move turtle backward
Left --- turn turtle left
Right --- turn turtle right
C --- set pen Color
T --- set pen Thickness
U --- toggle pen Up/down
V --- toggle turtle Visible
S --- set turtle Shape
F --- set shape Fill color
R --- Rescale turtle shape
D --- Draw (stamp) turtle shape
O --- move turtle back to Origin
E --- Erase entire screen
Z --- undo turtle action
I --- print turtle Info
H --- print Help menu
=========================================