标签:nbsp font window bsp windows 格式 pre lang python
1.pip install pyinstaller
2.pyinstaller -F F:\kktemp\qq.py
在你的py文件所在的目录下,生成build和dist文件夹,如果是选择了-F参数,那么dist文件夹下就是你要的程序,build文件夹可以删除
注意,pyinstaller只能在windows电脑环境下进行转换。同时建议路径使用英文,不要包含中文,低版本的pyinstaller可能会出错。
标签:nbsp font window bsp windows 格式 pre lang python
原文地址:https://www.cnblogs.com/gisoracle/p/12290073.html