# billow_app **Repository Path**: billow_jiang/billow_app ## Basic Information - **Project Name**: billow_app - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-02 - **Last Updated**: 2025-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Billow_App Python PySide6 创建的桌面程序 ### 依赖 - pip 升级 ```shell python -m pip install --upgrade pip -i https://mirrors.aliyun.com/pypi/simple/ ``` - 安装依赖 ```shell pip install PySide6 -i https://mirrors.aliyun.com/pypi/simple/ ``` - 导出依赖命令 ```shell pip freeze > requirements.txt ``` - 安装依赖命令 ```shell pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ ``` ### Windows运行环境 - 运维命令 ```shell tasklist /FI "IMAGENAME eq python.exe" ``` ```shell taskkill /F /IM python.exe ``` ```shell netstat -ano | findstr :8000 ```