An open API service indexing awesome lists of open source software.

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.

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