# test-cc **Repository Path**: eris2007/test-cc ## Basic Information - **Project Name**: test-cc - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-08 - **Last Updated**: 2026-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 🍅 番茄钟 简洁的桌面番茄钟,提供两个实现版本: - **`pomodoro.py`** — Python + tkinter 的桌面应用 - **`pomodoro.html`** — 纯 HTML/CSS/JS 单文件,浏览器直接打开 ## 功能 - 专注 / 休息自动循环 - 环形进度可视化 - 🍅 番茄完成计数 - 声音提示 - 自定义专注/休息时长 - 快捷键:空格 开始/暂停,R 重置 ## 使用 ```bash # Python 版 python3 pomodoro.py # HTML 版 open pomodoro.html ```