Skip to content

sailoun601349/CountDown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CountDown

一个 Windows 桌面倒计时小工具,基于 Python Tkinter 实现。

功能

  • 置顶无边框倒计时浮窗
  • 右键设置倒计时时长和高亮提示时间
  • 高亮阶段支持每秒闪烁或触发时闪烁
  • 高亮阶段默认视觉增大 5 倍
  • 放大后的窗口可选择原位置、居中、左上、右上、左下、右下显示

使用

直接运行已打包版本:

dist/CountDown2.0.exe

或从源码运行:

python countdown.py

打包

需要安装 PyInstaller:

python -m PyInstaller --onefile --windowed --name CountDown2.0 --distpath dist countdown.py

生成文件位于:

dist/CountDown2.0.exe

本地文件

.env.claude/settings.local.jsonmemory/build/ 等本地配置和临时文件不会提交到仓库。

About

一个倒计时小工具

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors