基于Python3、Qt5实现串口助手 安装PyQt5 pip install PyQt5 -i https://pypi.tuna.tsinghua.edu.cn/simple pip install pyqt5-tools -i https://pypi.tuna.tsinghua.edu.cn/simple 安装串口库 pip install pyserial -i https://pypi.tuna.tsinghua.edu.cn/simple 直接运行pyserial.py 运行成功的界面: 4.直接运行dist目录下的exe文件(不用安装python的纯净版)