# snapmaker_debug_tool **Repository Path**: scotthsl/snapmaker_debug_tool ## Basic Information - **Project Name**: snapmaker_debug_tool - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-09-22 - **Last Updated**: 2022-09-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用说明 1. Qt Designer版本:5.11.1 https://build-system.fman.io/qt-designer-download 2. 小部件使用:https://doc.qt.io/qtforpython/PySide2/QtWidgets/ 3. python 测试过的版本: 3.8.2 / 3.6.6 4. 测试过的系统: win10 / deepin-linux 5. 依赖库: - windows * pip install serial -i https://pypi.douban.com/simple * pip install configobj -i https://pypi.douban.com/simple * pip install pyqt5 -i https://pypi.douban.com/simple * pip install pyinstaller # 打包成exe * pyinstaller --onefile -w .\src\main.py - linux * pip3 install serial -i https://pypi.douban.com/simple * pip3 install pyserial -i https://pypi.douban.com/simple * pip3 install configobj -i https://pypi.douban.com/simple * pip3 install pyinstaller * sudo apt-get install python3-pyqt5 * alias pyuic5="python3 -m PyQt5.uic.pyuic" # 添加pyuic5到快捷方式,就可以直接用了 * pyinstaller --onefile -w ./main.py