liftoff / pyminifier

Pyminifier is a Python code minifier, obfuscator, and compressor.
GNU General Public License v3.0
1.45k stars 223 forks source link

pyminifier --nonlatin --replacement-length=50 C:/hi.py does nothing #96

Open zockons12 opened 6 years ago

zockons12 commented 6 years ago

I have python 3 installed and am wanting to obfuscate my code ideally with non latin option. However it appears to do nothing.

I have typed the following:

pyminifier --nonlatin --replacement-length=50 C:/hi.py does nothing