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