前提准备 cmd中安装第三方包uncompyle pip install uncompyle 安装成功之后,会在Python安装目录下的Scripts目录下新增一个uncompyle6.exe 以pyc文件得到py文件 cmd中执行反编译 uncompyle6 main.pyc > main.py