Python .pyc decompiler for 3.7-3.8 Stripped down from uncompyle6 so we can refactor and start to fix up some long-standing problems - ahramov/python-pyc-decompiler3 ...
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 ...