-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
# python_gui_pomodoro | ||
一个使用python tkinter实现番茄钟的用户图形界面 | ||
效果如果所示: | ||
![屏幕截图(412)](https://user-images.githubusercontent.com/53106447/210031872-ab62d569-087a-4656-b390-711319db1dfb.png) | ||
#### 效果如果所示: | ||
![屏幕截图(412)](https://user-images.githubusercontent.com/53106447/210031872-ab62d569-087a-4656-b390-711319db1dfb.png) | ||
#### 如何使用: | ||
1.输入框输入设定时长 | ||
2.点击“设定”,显示栏显示设定时长 | ||
3.点击“开始”即开始工作计时 | ||
#### 说明: | ||
工作计时结束后自动开始休息计时,休息计时结束后显示“结束”,工作与休息期间均可暂停,重置后从工作计时开始 |