Added language support!
- Light theme (to change theme tap to moon icon)
- Dark theme (to change theme tap to sun icon)
- Special Pomodoro theme (to change theme tap to Pomodoro icon)
After the Pomodoro, a sound plays at the end that successfully indicates that the time is up.
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