Skip to content

somnusza/rizz-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

rizz-python

Transpiler to glow up your python code.

Usage

usage: rizz.py [-h] [-r] [-c CODE]

Python Code Rizzler

options:
  -h, --help       show this help message and exit
  -r, --run        Execute the generated code
  -c, --code CODE  Python code to glow up (default: print("Hello, World!"))

Examples

# Print the obfuscated code output
python3 rizz.py -c "print('skibidi')"

# Run the obfuscated code output
python3 rizz.py -c "print('skibidi')" -r
# Run calculator on mac
python3 rizz.py -c "import os;os.system('open -a Calculator')" -r

About

A python transpiler for rizzlers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%