1. 下載pyinstaller:http://www.pyinstaller.org/ip
2. 安裝pyinstaller:pip install pyinstaller get
3. 生成exe文件:pip
E:\Python36>pyinstaller -F E:\PycharmProjs\liuguang.py table
-F, --onefile Create a one-file bundled executable. 建立一個單一文件file
生成文件在:E:\Python36\dist\liuguang.exe下載