pyminify
pyminify copied to clipboard
Compress a Python script to a command-line one-liner
Results
2
pyminify issues
Sort by
recently updated
recently updated
newest added
I added an option to use map in the encoding which minimizes the usage of `chr` in the generated code. You can pass the option `--use-map` and it will use...
By aliasing `chr()` to just one letter, the size of the output can be reduced