# serialport-tool **Repository Path**: quincyzh/serialport-tool ## Basic Information - **Project Name**: serialport-tool - **Description**: 一个基于 PySide6 的串口工具~ - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-15 - **Last Updated**: 2025-07-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 基于 PySide6 的串口工具,一个小练笔~ # 使用说明 1. 克隆或者下载本仓库 2. 【可选】安装 python 3. 【可选】安装项目依赖 ``` shell pip install -r requirements.txt ``` 4. 运行程序 ``` shell python main.py ``` enjoy it, 🍻