Skip to content

A CLI tool to convert the python program to a single expression

Notifications You must be signed in to change notification settings

Keniis0712/Onexpr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Onexpr - Change the program to one expression

Onexpr is used to cover the whole python program to one single expression. It can be just for fun, but can also be used to obfuscate the code

Usage

Onexpr is a cli tool, you can run it in the shell.

$ ./onexpr.py --input my_program.py --output obfuscated.py

Defect

  • It still can't usebreak or the similar statements in try block.

About

A CLI tool to convert the python program to a single expression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages