Skip to content

think0btw/ASTify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

28 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

ASTify ๐Ÿงฌ

test$

Python AST License

๐Ÿ“Œ Presentation

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.

๐Ÿš€ Setup

git clone https://github.com/think0btw/ASTify.git
cd ASTify
python -m pip install -r requirements.txt
python3 main.py

Usage

Run ASTify:

python main.py

Then:

Enter the path to a .py file

Choose the output file name

ASTify generates the obfuscated script

About

ASTify is a simple Python obfuscator and compressor.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages