Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.05 KB

File metadata and controls

37 lines (23 loc) · 1.05 KB

🛡️ Python Obfuscator

Python Status License

📌 Overview

Python Obfuscator transforms readable Python source code into a highly obfuscated version, making it difficult for humans to reverse-engineer while preserving the functionality of your code.

This tool is ideal for:

  • Code distribution where visibility is restricted
  • Educational purposes
  • Protecting small utilities or command-line tools

✨ Features

  • 🔐 ASCII & Base64 Layered Encoding
  • ⚙️ Fully Automated Build Script
  • 📁 Single-File Obfuscation Output
  • 💡 Simple & Minimalistic Design
  • 🧱 Extensible Codebase for Custom Techniques

🚀 Getting Started

🔧 Prerequisites

  • Python 3.6 or higher (Windows, macOS, Linux)

📥 Installation

Download as a ZIP and follow the instructions in ReadMe.txt