A tool for making python source difficult to read
obscurepy A tool for obscuring, or making python source code difficult to read. Installation This command will install obscurepy: python -m pip install obscurepy I would recommend installing it in a virtual environment as opposed to globally: python -m venv venv source venv/bin/activate python -m pip install obscurepy Limitations As this program is still in active development, there are many limitations. Below are some examples of what obscurepycan do. If it isn’t in the example, obscurepy probably can’t do it. […]
Read more