liftoff / pyminifier

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

--non-latin forces --obfuscate-import-methods #114

Open kittenswolf opened 5 years ago

juzz88 commented 3 years ago

I'd love to see this fixed too. Being able to choose exactly what nonlatin obfuscation you want to do would be amazing.

It ruins so many scripts because obfuscate all seems to mess up the obfuscation of "from X import Y" lines.