A Python Tool To Encode Your Python Scripts.
Both Python2 and Python3
[01] Marshal
[02] Base64
[03] Zlib
[04] Python Bytecode (.pyc)
[05] Marshal + Zlib + Base64 (At Once)
[06] Marshal + Zlib + Base64 (One By One)
apt update -y
apt upgrade -y
pkg install python python2 git -y
git clone https://github.com/Toxic-Noob/PyEncryptor
cd PyEncryptor
( Choose Your Python Version )
[*] For Python2:
python2 PyEnc.py
[*] For Python3:
python PyEnc.py