POMODORO(Timer) app with Python😎

Опубликовано: 19 Июнь 2026
на канале: Programmer Robot
41
5

‪@ProgrammerRobot‬

😎😎😎😎😎😎😎😎

Today we're going to making a project that looks like an app very exciting!

Here is the variables you will need 😎:
PINK = "#e2979c"
RED = "#e7305b"
GREEN = "#9bdeac"
YELLOW = "#f7f5dd"
FONT_NAME = "Courier"
WORK_MIN = 1
SHORT_BREAK_MIN = 5
LONG_BREAK_MIN = 15
reps = 0
timer = None

We're going to use tkinter module, math module for calculating and playsound module to play the sound and time module in today's project.

You can just run that all the time when you code and you can take a short break and do you are work again.

But still there is bad news😞:
I can't figure out how to make these check marks(✔) bigger.
Because it is too small to see it.

If you have any ideas what to do write it in the comment.
I hope you enjoy it🥰!

Thanks For Watching!
Bye👋!

Tags:
#programmingtutorial #cool #coding #app #easy #pythonprogramming #python #pythontutorial #tutorial #timer #pomodoro #pomodorotimer