Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion #26

Closed
zawsq opened this issue Apr 18, 2021 · 2 comments
Closed

Suggestion #26

zawsq opened this issue Apr 18, 2021 · 2 comments

Comments

@zawsq
Copy link

zawsq commented Apr 18, 2021

Can we have unreadable like unicode or byte variable renames instead of abc

And also and option for 1 line instead of new lines

@amaank404
Copy link

1 liners is not possible in python for most of the time because of colons and indentation used for blocks. though semicolons in certain blocks is possible.

Check here #25

@dflook
Copy link
Owner

dflook commented Apr 22, 2021

Obfuscation isn't a goal of this project, so unreadable names is out of scope. It would also be trivial to reverse by running it through python-minifier again.

When renaming, python-minifier already uses the full range of available single byte characters for maximum space saving.

@dflook dflook closed this as completed Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants