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 ...
Modern versions of Python (> 3.7) are relatively harder to decompile. The decompilers which are currently available (viz pycdc, uncompyle6, decompile3) frequently ...