pyinstaller -F main.py
pyinstaller xxx.py -p 其它文件.py -p 其它文件.py .....
pyinstaller main.py -p mysql.py -p other.py