Easy Python Decompiler 1.3.2

Easy Python Decompiler is a python bytecode decompiler. No python installation is needed for decompiling!

easy python decompiler.PNG


decompile1.PNG


Description


Easy Python Decompiler is python bytecode decompiler, decompiles pyc & pyo files.


Python version 1.0 to 3.4 are supported.


This project is based two excellent decompiler "Uncompyle2" & "Decompyle++"


No python installation is necessary for decompiling!
You can decompile a single file or a whole directory.

  • Version 1.3.2

  • Just a one important notice when you decompile a python file and start to do changes

    ALLWAYS backup the original .pyo file because .py files allways overwrite the ,pyo file

    and when you are done or maybe have restored your backup file

    ALLWAYS delete the .py file or it will still overwrite the .pyo file :)

    Like 2