PyShield - A Python Obfuscate Tool
Hard Obfuscate Tool For Python
Installation
pip install pyshield
And thats it. So east.
Quick Start
Printing The Obfuscate Code :
pyshield -f <file_to_obfuscate> -l <level_of_obfuscate>
Save A File :
pyshield -f <file_to_obfuscate> -l <level_of_obfuscate> -o <output_file>
As A Module
Printing The Obfuscated Code :
from pyshield import PyShield
result = PyShield.obfuscate(file_path,level)
print(result)
FOR WINDOWS
from pyshield import PyShield
result = PyShield.obfuscate("example.py",3)
open("obfuscated.py","w",encoding="utf8").write(result)
Release files for pyshield 0.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyshield-0.0.7.tar.gz | 4.2 kB | Details |
Release files / pyshield-0.0.7.tar.gz
| Download URL | pyshield-0.0.7.tar.gz |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
566e07561335da7ab61217c77b8fb68c6816acb1072b5bc03c416e0c7ac878b0
|
|
BLAKE2b-256 checksum How to use checksums |
0c3a254cd99b6122a8147e58d310e4054e2923394074a76db485b9c27b1228b5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.5
|