Sam.py is a Python project where anyone can come and add their own Python scripts. The only package needed is CLICK.
Visit the releases page and follow the instructions.
Sam.py all works based off of 1 script: Sampyhub.py. The diagram above explains it well, but here it is in words: when you run Sampyhub.py, you are prompted to enter the module (Python script) you'd like to run. From there, it tells you the name and author and confirms you want to run it. We always make sure modules are safe, malicious code has no place in Sam.py.
To contribute, simply download Sampyhub.py, make your changes, save it and run the dev.py module. The rules are simple:
- No malicious code (sam.py users are putting their trust in us - we have to utilise it in a good way)
- No obsfucated code (this defeats the purpose of Sam.py being open-source. It also allows room for malicious code.)
- Comment your code to your best ability (also leave your mark with your GitHub username)