Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page