lhr0909 / PythonObfuscator

[DEPRECATED] An Obfuscator for simple Python 2 Scripts
MIT License
35 stars 16 forks source link

Cant figure it out #16

Closed willbrow closed 6 years ago

willbrow commented 7 years ago

Hi

I am running the below in shell cyclone run '/usr/local/lib/python2.7/site-packages/pyobf/obfuscatorPage.py'

I am getting the error No module names pyobf

I think i am setting up incorrectly could anyone point me in the direction of a setup guide please as i really need to use this script

Thanks

lhr0909 commented 7 years ago

Hi,

The fastest way to run it is by deploying the app to Heroku. You can fork it and try it on your own Heroku app, if you create one. Otherwise, you can try to do the following:

git clone https://github.com/lhr0909/PythonObfuscator.git
cd PythonObfuscator
pip install  # make sure you have pip install if you don't have one
python obfuscatorPage.py

Make sure you run this in Python 2