https://github.com/9dxd/code_rizzler
Python Code Rizzler turns your Python code into an obfuscated yet functional form using a binary-to-underscore encoding scheme. Built with Tkinter, it offers a simple interface to input, transform, and run code—all in one place.
https://github.com/9dxd/code_rizzler
binary-encoding code-obfuscation obfuscator python python-script
Last synced: about 1 month ago
JSON representation
Python Code Rizzler turns your Python code into an obfuscated yet functional form using a binary-to-underscore encoding scheme. Built with Tkinter, it offers a simple interface to input, transform, and run code—all in one place.
- Host: GitHub
- URL: https://github.com/9dxd/code_rizzler
- Owner: 9DXD
- Created: 2025-03-11T15:43:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-11T15:46:36.000Z (11 months ago)
- Last Synced: 2025-03-11T16:37:28.010Z (11 months ago)
- Topics: binary-encoding, code-obfuscation, obfuscator, python, python-script
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Code Rizzler
Python Code Rizzler is a GUI application that takes Python code as input, generates an obfuscated version of it, and can execute the obfuscated code. It uses a unique encoding scheme based on binary factorization and underscore variables. This project was inspired by the work of [@PwnFunction](https://github.com/PwnFunction/rizz-python).
## Features
- Graphical User Interface built with Tkinter
- Input multi-line Python code
- Generate obfuscated code
- Execute the obfuscated code and view output
- Error handling for complex inputs
- Supports most Python code up to 4GB in size
## Requirements
- Python 3.x
- Tkinter (usually comes with Python)
- No additional external packages required
## Installation
1. Copy the script into a file (e.g., `code_rizzler.py`)
2. Ensure you have Python installed on your system
3. Run the script directly
## Usage
1. **Run the Application:**
```bash
python code_rizzler.py