# 实验仪器预约助手 **Repository Path**: kedali/WHUH_DEVICE_APPLICATION ## Basic Information - **Project Name**: 实验仪器预约助手 - **Description**: 协和医院实验共享平台实验仪器预约辅助工具 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-12-21 - **Last Updated**: 2021-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 实验仪器预约助手 #### 介绍 协和医院实验共享平台实验仪器预约辅助工具 #### 环境 conda create --name WHUH_DEVICE_APPLICATION python=3.9 pip install -r requirements.txt #### 编译 pyinstaller --noconsole --windowed --icon=WHUH.ico 实验仪器预约助手.py #### 示例 ## 实验仪器列表页面 ![实验仪器列表页面](https://gitee.com/liuweiathust/WHUH_DEVICE_APPLICATION/raw/master/DEMO_01.png) ## 实验仪器预约页面 ![实验仪器预约页面](https://gitee.com/liuweiathust/WHUH_DEVICE_APPLICATION/raw/master/DEMO_02.png)