目录一、步骤1. exe → pyc方法1:pyinstxtractor.py方法2:archive_viewer.py两者的区别2. pyc → py2.1 pyc文件恢复2.2 反编译二、PYZ文件的加密问题注:
python 生成 exe 文件的方法:首先安装 pyinstaller,代码为【pip install pyinstaller】;然后使用 pyinstaller 命令打包成 exe【pyinstaller -F --icon=my.ico…】。