Skip to content

ShanazarDev/Pomodoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check releases

Added language support!

Interface

  • Light theme (to change theme tap to moon icon) Pomodoro Light theme
  • Dark theme (to change theme tap to sun icon) Pomodoro Dark theme
  • Special Pomodoro theme (to change theme tap to Pomodoro icon) Pomodoro theme

After the Pomodoro, a sound plays at the end that successfully indicates that the time is up.

Usage

IF YOU DON'T HAVE FFMPEG PLEASE INSTALL IT FIRSTLY
- pip install -r requirements.txt
- Run main.py file.

If you want to change the timer, change the number 25 to any other, the main point 25 is minutes, which means that the number that you insert there will already be in minutes!

min_25 = 60 * 25  # 25 minutes 

In the same way you can change the minutes of break time.

min_5 = 60 * 5 # 5 minutes break 
min_10 = 60 * 10 # 10 minutes break
min_15 = 60 * 15 # 15 minutes break