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

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.

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