pub fn zalgo_wrap_python(
    string_to_encode: &str
) -> Result<String, UnencodableByteError>
Expand description

zalgo-encodes an ASCII string containing python code and wraps it in a decoder that decodes and executes it. This results in valid python code that should do the same thing as the input.

Notes

May not work correctly on python versions before 3.10, see this github issue for more information.