We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following provides the necessary means to convert python compiled code, into decompiled code:
$ sudo git clone https://github.com/wibiti/uncompyle2.git $ cd uncompyle2 $ sudo python setup.py install $ cd uncompyle2 $ sudo uncompyle2 [compiled].pyc > [decompiled].py