# jxb-test-tool **Repository Path**: yztsg/jxb-test-tool ## Basic Information - **Project Name**: jxb-test-tool - **Description**: 机械臂测试工具,用于管理测试用例,测试套件的桌面程序,基于pyqt5实现界面和逻辑代码开发。 - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-20 - **Last Updated**: 2026-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 环境准备 ## 安装 PyQt5 核心库 pip install PyQt5 -i https://pypi.tuna.tsinghua.edu.cn/simple ## 安装 Qt Designer 等工具(PyQt5-tools) pip install pyqt5-tools -i https://pypi.tuna.tsinghua.edu.cn/simple ## 安装yaml库 pip install PyYAML -i https://pypi.tuna.tsinghua.edu.cn/simple