Your Python file produces an unreadable and unintelligible output.py
Note: It works only v3.11.5 Above.
- Place the Python file you want to obfuscate in the project directory.
- Run the script:
python obfuscator.py
- Enter the name of the file when prompted.
- The obfuscated code will be saved to
output.py
.
- Python v3.11.5 Above
requests
librarybeautifulsoup4
librarypycryptodome
library
- Clone this repository:
git clone https://github.com/mmdyb/python-obfuscator.git
- Navigate to the project directory:
cd Python-obfuscator
- Install the required packages:
pip install requests beautifulsoup4 pycryptodome