你还在为电脑无法显示时间而烦恼吗?你还在为新年朋友圈没有新年倒计时而烦恼吗?现在都不是问题啦!一个现代化的桌面翻页时钟应用,支持全屏显示、时区切换、日历查看等功能,它诞生了!
- 全屏显示的数字时钟
- 黑色背景,优雅的白色字体
- 支持时区切换
- 内置日历功能
- 中英文界面切换
- 点击屏幕显示/隐藏控制面板
- 按ESC键退出程序
- 从 Releases 页面下载最新版本的可执行文件
- 双击运行
FlipClock.exe
pip install flip-clock-desktop
安装完成后,可以通过命令行运行:
flip-clock
-
克隆仓库:
git clone https://github.com/ckxkx/flip-clock.git cd flip-clock
-
安装依赖:
pip install -r requirements.txt
-
运行程序:
python flip_clock.py
-
基本操作:
- 点击屏幕任意位置:显示/隐藏控制面板
- 按ESC键:退出程序
-
控制面板功能:
- 时区选择:可以切换不同时区的时间显示
- 日历查看:查看日历并选择日期
- 语言切换:支持中英文界面切换
如果您想参与开发,可以按照以下步骤进行:
- Fork 本仓库
- 创建您的特性分支 (
git checkout -b feature/AmazingFeature
) - 提交您的修改 (
git commit -m 'Add some AmazingFeature'
) - 推送到分支 (
git push origin feature/AmazingFeature
) - 打开一个 Pull Request
-
安装PyInstaller:
pip install pyinstaller
-
运行打包脚本:
python build.py
-
打包后的文件将在
dist
目录中生成
本项目采用 MIT 许可证 - 详见 LICENSE 文件
Are you still troubled by your computer's inability to display time? Are you still worried about not having a New Year's countdown for your social media? Now these are no longer problems! A modern desktop flip clock application with support for fullscreen display, timezone switching, calendar viewing, and more has arrived!
- Fullscreen digital clock display
- Black background with elegant white font
- Timezone switching support
- Built-in calendar functionality
- Chinese/English interface switching
- Click screen to show/hide control panel
- Press ESC to exit
- Download the latest version from the Releases page
- Double-click
FlipClock.exe
to run
pip install flip-clock-desktop
After installation, run from command line:
flip-clock
-
Clone repository:
git clone https://github.com/ckxkx/flip-clock.git cd flip-clock
-
Install dependencies:
pip install -r requirements.txt
-
Run program:
python flip_clock.py
-
Basic Operations:
- Click anywhere on screen: Show/hide control panel
- Press ESC: Exit program
-
Control Panel Features:
- Timezone Selection: Switch between different timezone displays
- Calendar View: View and select dates
- Language Switch: Toggle between Chinese and English interfaces
If you want to contribute to development, follow these steps:
- Fork this repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
-
Install PyInstaller:
pip install pyinstaller
-
Run packaging script:
python build.py
-
The packaged file will be generated in the
dist
directory
This project is licensed under the MIT License - see the LICENSE file for details