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 ...