# 桌面时钟 **Repository Path**: onestar1_admin/desktop-clock ## Basic Information - **Project Name**: 桌面时钟 - **Description**: 一个桌面时钟,可以自定义时区。 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-11-25 - **Last Updated**: 2024-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 桌面时钟 #### 介绍 一个桌面时钟,可以自定义时区,使用 Python 编写,timezone 提供时区支持,PyQt5 作为 GUI 框架。 ![img01](images/img01.png) ![img02](images/img02.png) ![img03](images/img03.png) #### 使用 [下载 (win10及以上)](https://gitee.com/CZXyee/desktop-clock/releases/download/0.0.1/desktop%20clock.exe) 从源码: ```bash pip install -r requirements.txt python app.py ``` #### 打包 ```bash pyinstaller ./app.spec ```