Opy
Opy copied to clipboard
Obfuscator for Python
1. Changes unichr to unichar, aviod coding error when run in windows. 2. Fixed the occasional absence of path not obfuscated.
Would be great obfuscation of numbers, they speaks. Are you considering this? Thank you
I have an issue when i import the module of tensorflow, outputing no file in the project. **I've a test.py script:** `import tensorflow as tf with tf.Graph().as_default(): a = tf.constant('hello')...
Hi, I am very interested in this tool, however, some of its behavior is unexpected to me, likely because I don't fully understand how it works. **I have the following...
Code to replicate the issue: ``` print("This is a very very very long string argument " "splitted in two lines to demonstrate a bug") ``` or even: ``` s =...