Hard Obfuscate Tool For Python
Project description
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyshield-0.0.7.tar.gz
(4.2 kB
view details)
File details
Details for the file pyshield-0.0.7.tar.gz.
File metadata
- Download URL: pyshield-0.0.7.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
566e07561335da7ab61217c77b8fb68c6816acb1072b5bc03c416e0c7ac878b0
|
|
| MD5 |
6d99d6d4b32e799832dcbb91ca4fe1a0
|
|
| BLAKE2b-256 |
0c3a254cd99b6122a8147e58d310e4054e2923394074a76db485b9c27b1228b5
|