https://github.com/ero-hack/python-obfuscator
Description: A simple Python script to obfuscate your code using base64 encoding.
https://github.com/ero-hack/python-obfuscator
encryption hacking-tool obfuscator python security source-protection tool
Last synced: 12 months ago
JSON representation
Description: A simple Python script to obfuscate your code using base64 encoding.
- Host: GitHub
- URL: https://github.com/ero-hack/python-obfuscator
- Owner: ERO-HACK
- Created: 2025-07-08T15:42:14.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-08T15:47:34.000Z (12 months ago)
- Last Synced: 2025-07-08T16:49:29.662Z (12 months ago)
- Topics: encryption, hacking-tool, obfuscator, python, security, source-protection, tool
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔒 Python Obfuscator Tool
A simple and stylish Python-based obfuscation tool that encodes your `.py` scripts into Base64 format, wraps them inside an `exec()` block, and makes your source code harder to read.
---
## ✨ Features
- 🎨 Animated, colorful banner (compatible with Windows/Linux terminals)
- ⏳ Smooth loading animation before execution
- 🧠 Intelligent CLI input for file paths
- 🧱 Obfuscates code using base64 encoding inside an `exec()` call
- 💡 Switch-based help menu (`-h`)
- 🖥️ Pure Python — no compilation to `.exe`
---
## 🔧 Requirements
Install the required library:
```bash
pip install colorama