Goals: what we will make by the end of the day
- What is POMODORO TECHNIQUE?

- How to work efficiently in your daily job?
- 唐鳳也推的「番茄鐘工作法」怎麼用?沒懂這 3 原則,超容易失敗
- **1. 別急著開始計時,先備妥計畫、做好計畫! (**要貫徹番茄工作法,總共有 5 個步驟(計畫、追蹤、記錄、加工、視覺化), 唯有做好第一個步驟「計畫」,有了明確的工作目標和方向)
- 2. 番茄鐘不可分割、不可暫停 (切記!番茄鐘不可分割(沒有 0.5 個、0.25 個這種事),最小單位就是 1 個番茄鐘。被打斷了,不能暫停,這個番茄鐘就是作廢、重設!)
- 3. 休息很重要,番茄鐘不要「連走」 (在連續工作了 4 個番茄鐘之後,最好安排一次比較長時間的休息,介於 15~30 分鐘之間)
- ref: https://www.managertoday.com.tw/books/view/59388
- take short breaks often and to work for 25 minutes at a time which helps us with information retention and also keeping up the motivation
- when time up reach 25 minutes that tomato will tell you to take a break 5 minutes until you finish work or reset the timer

How to work with the Canvas Widget and Add Images to TKinter
Color Palettes for Designers and Artists - Color Hunt
from tkinter import *
# ---------------------------- CONSTANTS ------------------------------- #
PINK = "#e2979c"
RED = "#e7305b"
GREEN = "#9bdeac"
YELLOW = "#f7f5dd"
FONT_NAME = "Courier"
WORK_MIN = 25
SHORT_BREAK_MIN = 5
LONG_BREAK_MIN = 20