Skip to content

Latest commit

Β 

History

History
45 lines (33 loc) Β· 1.62 KB

File metadata and controls

45 lines (33 loc) Β· 1.62 KB

πŸ”₯ PY-OBFUSCATOR πŸ”₯

Professional Python Code Obfuscator & Encoder


πŸ“‹ Overview

PyObfuscator is a professional-grade Python code obfuscation tool that converts any Python script into an unreadable but fully executable format. It uses multiple layers of compression and encoding to protect your source code from unauthorized viewing.

Key Features

  • Multi-layer Encoding - Base64 + zlib compression
  • Two Obfuscation Levels - Normal (fast) and Advanced (secure)
  • Syntax Validation - Automatic testing after obfuscation
  • Cross-Platform - Works on Linux, Windows, Termux, and macOS
  • Professional UI - Colorful terminal interface with animations

╔════════════════════════════════════════════════════════════════════════╗
β•‘                      πŸ“‚ SELECT PYTHON FILE                        β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

  πŸ“ File Path (e.g., /path/to/file.py):

πŸ› οΈ Installation

One-Line Installation (Linux/Kali/Termux)

git clone https://github.com/tyranroot/Encode-Py && cd Encode-Py && python3 encode-tool.py

Termux Command

pkg update && pkg upgrade -y
pkg install python git -y
git clone https://github.com/tyranroot/Encode-Py
cd Encode-Py
python encode-tool.py