htr-tech / Pycompile

Compile Python Script to Base64,Zlib,Marshal

Home Page:https://github.com/htr-tech/PyObfuscate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

[+] 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

Script Credit : https://github.com/LOoLzeC

[+]You will find The encrypted file on repo's home dir.

[+] Find Me on :

Github Instagram Messenger

About

Compile Python Script to Base64,Zlib,Marshal

https://github.com/htr-tech/PyObfuscate

License:GNU General Public License v3.0


Languages

Language:Python 100.0%