一些Python

pip 换安装源

pip install xxxxx -i https://mirrors.aliyun.com/pypi/simple/

打包自定义名字和标题

Path/to/python.exe -m PyInstaller –onefile –noconsole –name “自定义名字” –icon “自定义icon/iconsvg.ico” path/to/xxx.py