# InPanel Desktop **Repository Path**: inpanel/inpanel-desktop ## Basic Information - **Project Name**: InPanel Desktop - **Description**: InPanel 桌面客户端 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-23 - **Last Updated**: 2022-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # inpanel-desktop the Desktop Client for InPanel to build: on Mac OSX ```shell pyinstaller -D -w -y --noconfirm inpanel.py ``` or ```shell pyinstaller -D -w -y --noconfirm inpanel.spec ```