Slither's logo

Codacy Badge

What is Slither?

Slither is a Python module that uses PyGame to bring Scratch-like features to Python. Scratch is a programming language developed by MIT that uses block-based scripts to introduce kids to programming.

Why use Slither?

Those just getting started with Python after using Scratch may want to go straight from one GUI to another. Slither allows those people to quickly make simple projects in a matter of minutes, while also learning Python.

How do I install Slither?

Through pip

Run pip install slither.

Manually

Run python setup.py build and then python setup.py install.
If that doesn't work, run python setup.py bdist_wheel, and then run pip install path, where path is the final path of the .whl file (which should be in dist/). If this fails, install wheel with pip install wheel then retry.
If it still fails, make sure you have setuptools fully updated and properly installed.
Remember to add import slither in your script.

Slither supports both Python 2 and Python 3. Also, note that you must have PyGame installed in order to use Slither.

Uh-oh! There's a problem!

First, check to make sure you've properly installed all of Slither's requirements and Slither.
Next, check your Python program over. Do you have correct syntax and spelling?
Finally, check to see if you have the newest version of Slither.

If you've done all three of those things and it still doesn't work, file an issue.

How can I help with Slither?

Check the issues to see what problems need fixing. Then make a pull request detailing what you've changed and how it should help. After testing, someone will merge it into the main project.
If you help enough times, Tymewalk will add you as a collaborator.
WARNING: Abuse of collaborator permissions WILL result in you being removed as a collaborator.
So just be careful with what you do and you'll be fine.

Credits

Scratch is property of The Lifelong Kindergarten Group. The Slither devs are not affiliated with the LLK, nor do they own Scratch. Slither is in no way associated with, and is not a product of, the LLK.