Pycompile
Compile Python Script to Base64,Zlib,Marshal
Install / Use
/learn @tahmidrayat/PycompileREADME
Py Compile
[+] Created By HTR-TECH (@tahmid.rayat)
[+] Disclaimer :
Py Compile is a tool to Encrypt Python Scripts into an Unreadble Format.This tool converts Python Script to Base64,Marshal,Zlib Format.This Tool is created for Educational Purpose only.
<img src="https://raw.githubusercontent.com/htr-tech/release-download/master/images/pycompile.png" alt="" border="0" />[+] Installation
apt update
apt install git -y
git clone https://github.com/htr-tech/Pycompile
cd Pycompile
python2 compile.py
Or, Use Single Command
apt update && apt install git -y && git clone https://github.com/htr-tech/Pycompile && cd Pycompile && python2 compile.py
