uncompyle6 translates Python bytecode back into equivalent Python source code. It accepts bytecodes from Python version 1.3 to version 3.8, spanning over 24 years of Python releases. We include ...
In cases where uncomplye6 may not be able to completely decompile some Python bytecode files. In those cases python_decompiler will return as much of the original source as uncompyle6 could decompile.