Setup
To install / setup Reds_Py_Lib simply run the following commands inside a Terminal.
git clone https://github.com/Red-C0der/Reds_Py_Lib
cd Reds_Py_Lib/
sudo python setup.py install
That's it! You successfully installed Reds_Py_Lib! Use these commands to try it out:
python
import reds_py_lib
reds_py_lib.output.statePrint("info", "IT WORKS!!")