Goals: what we will make by the end of the day

Untitled

Untitled

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