decompile-cfg translates Python bytecode back into equivalent Python source code. It accepts Python version 3.8 to 3.10 bytecode for now. For decompilation of older Python bytecode, see decompyle3 and ...
decompyle3 translates Python bytecode back into equivalent Python source code. It accepts bytecodes from Python version 3.7 on. For decompilation of older Python bytecode see uncompyle6. Uncompyle6 is ...