anoxtovo / comdecompy

It's a cool python script for convert both python source codes(*.py) to compiled python code files(*.pyc), and also convert the any compiled python files to back python source file format(*.py).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About COMDECOM.py

It's a cool python script for convert python source codes(.py) to compiled python code files(.pyc) and also it can convert any compiled python files return back python source file formats(*.py). It is a completely interactive python script. In this project, used py_compile & uncompile6 python modules for both compile and decompile processes.

USAGE

To Download and get getup comdecom, run the commands below:

For Linux

git clone https://github.com/an0xt0v0/comdecompy

cd comdecompy

pip3 install -r requirements.txt

chmod +x comdecom.py

python3 comdecom.py

For Windows

git clone https://github.com/an0xt0v0/comdecompy

cd comdecompy

pip3 install -r requirements.txt

python3 comdecom.py


About

It's a cool python script for convert both python source codes(*.py) to compiled python code files(*.pyc), and also convert the any compiled python files to back python source file format(*.py).

License:MIT License


Languages

Language:Python 100.0%