Skip to content

ERO-HACK/Python-Obfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”’ 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:

pip install colorama

About

Description: A simple Python script to obfuscate your code using base64 encoding.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages