PySlither / Slither

A Python module for bridging Scratch and Python
http://pyslither.github.io/
MIT License
14 stars 6 forks source link

IMPORTANT: Added help folder #12

Closed ghost closed 8 years ago

ghost commented 8 years ago

After a day of work it's finally done! The help folder contains a help page (.html web page) with a python launcher. Please correct my work if I made spelling mistakes.

ghost commented 8 years ago

The help page displays a simple getting started script and then shows a table with each command and a brief description.

Tymewalk commented 8 years ago

Are those standard modules? I don't want people having to install a bunch of extra stuff just to use the help page.

Other than that, it looks good!

Tymewalk commented 8 years ago

Also, I'm adding new functions in, but don't worry about updating your docs - I'll update everything once I merge it.

BookOwl commented 8 years ago

Yes, it just uses the standard library

Tymewalk commented 8 years ago

@BookOwl OK then. I just figure if this is going up on PyPi I want to have everything set up properly.

ghost commented 8 years ago

This uses out of the box modules, I used try so it would attempt to use python 2 modules but if not available use python 3 modules.

Tymewalk commented 8 years ago

Looks good to me!

I'm going to merge it, and add you as a collaborator so you can help with the new format's documentation.