ASTify is a simple and effective Python obfuscator based on the Abstract Syntax Tree (AST).
It transforms Python code internally instead of using regex or text replacement.
git clone https://github.com/think0btw/ASTify.git
cd ASTify
python -m pip install -r requirements.txt
python3 main.pyRun ASTify:
python main.py
Then:
Enter the path to a .py file
Choose the output file name
ASTify generates the obfuscated script
