pyminifier icon indicating copy to clipboard operation
pyminifier copied to clipboard

question about pyminifier

Open jjjan opened this issue 8 years ago • 5 comments

How can i obfuscated all my project file with out lose functionality?

jjjan avatar Jun 14 '16 11:06 jjjan

This works only on Linux but hopefully it will be fixed. (Issue #68 )

Try: pyminifier -d destination-directory project-directory/*.py

Comment and close this issue if problem is solved.

sayak-brm avatar Jul 09 '16 07:07 sayak-brm

thanks and how can use -O to obfuscate all file ?

jjjan avatar Jul 11 '16 05:07 jjjan

Actually -O (with a capital o) means output file. If you have Windows you cannot obfuscate multiple files. (I have Windows and even I am stuck)

If you have Linux or Mac, use the command i posted above.

sayak-brm avatar Jul 13 '16 17:07 sayak-brm

I am not able to even obfuscate a single file, I should be missing something when using this command on Windows shell:

pyminifier -d "C:\workspace\obfuscation\pyminified" "C:\workspace\obfuscation\my_file.py"

The content of my_file.py is printed in the shell but nothing is generated in the destination folder

juankysmith avatar Jun 28 '17 08:06 juankysmith

It's not going to run in recursive mode? Only *.py in the first level

dzpt avatar Sep 30 '19 12:09 dzpt