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.
- π¨ 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
Install the required library:
pip install colorama