Activities/Turtle Art/Extras: Difference between revisions
m moved Activities/TurtleArt/Extras to Activities/Turtle Art/Extras: deCamelCase |
Tonyforster (talk | contribs) |
||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 65: | Line 65: | ||
</gallery> | </gallery> | ||
===Running Turtle Art | ===Running Turtle Art outside of Sugar=== | ||
[[Image:TAGnome.png|300px]] | [[Image:TAGnome.png|300px]] | ||
| Line 84: | Line 84: | ||
* open TurtleArt.activity | * open TurtleArt.activity | ||
* run turtleblocks.py (run in terminal is better, you can see error messages there) | * run turtleblocks.py (run in terminal is better, you can see error messages there) | ||
COMMAND LINE SWITCHES | |||
turtleblocks --help | |||
turtleblocks.py | |||
turtleblocks.py project.tb | |||
turtleblocks.py --output_png project.tb | |||
turtleblocks.py -o project | |||
turtleblocks.py --run project.tb | |||
turtleblocks.py -r project | |||