1.PyInstaller库 简单就是说,你编写的源代码生成的.py文件可以通过pyinstaller库将它转换成不需要编译器(IDLE)也可以执行的文件。 2.PyInstaller库的使用 实例: 相关文章: