Python常用基础库介绍
PyInstaller库将.py源代码转换成无需源代码的各系统下的可执行文件.(cmd命令行)pyinstaller -F <文件名.py>pyinstaller -i curve.ico -F SevenDigitsDrawV2.py-h 查看帮助--clean 清理打包过程中的临时文件-D,--onedir 默认值,生成dist文件夹-F,--onefile