Function zalgo_codec_common::zalgo_wrap_python
source · pub fn zalgo_wrap_python(string_to_encode: &str) -> Result<String, Error>
Expand description
zalgo-encodes an ASCII string containing Python code and wraps it in a decoder that decodes and executes it. The resulting Python code should retain the functionality of the original.
Notes
May not work correctly on python versions before 3.10, see this github issue for more information.