Skip to content

Files

Latest commit

 

History

History
110 lines (74 loc) · 4.08 KB

timer-list.md

File metadata and controls

110 lines (74 loc) · 4.08 KB

Set timer for 1 minute (60 seconds)

countdown_timer(60) ⬅️ goes at the bottom of main.py

Set timer for 5 minutes (300 seconds)

countdown_timer(300) ⬅️ goes at the bottom of main.py

Set timer for 10 minutes (600 seconds)

countdown_timer(600) ⬅️ goes at the bottom of main.py

Set timer for 15 minutes (900 seconds)

countdown_timer(900) ⬅️ goes at the bottom of main.py

Set timer for 20 minutes (1200 seconds)

countdown_timer(1200) ⬅️ goes at the bottom of main.py

Set timer for 25 minutes (1500 seconds)

countdown_timer(1500) ⬅️ goes at the bottom of main.py

Set timer for 30 minutes (1800 seconds)

countdown_timer(1800) ⬅️ goes at the bottom of main.py

Set timer for 35 minutes (2100 seconds)

countdown_timer(2100) ⬅️ goes at the bottom of main.py

Set timer for 40 minutes (2400 seconds)

countdown_timer(2400) ⬅️ goes at the bottom of main.py

Set timer for 45 minutes (2700 seconds)

countdown_timer(2700) ⬅️ goes at the bottom of main.py

Set timer for 50 minutes (3000 seconds)

countdown_timer(3000) ⬅️ goes at the bottom of main.py

Set timer for 55 minutes (3300 seconds)

countdown_timer(3300) ⬅️ goes at the bottom of main.py

Set timer for 1 hour (3600 seconds)

countdown_timer(3600) ⬅️ goes at the bottom of main.py

Set timer for 1 hour 5 minutes (3900 seconds)

countdown_timer(3900) ⬅️ goes at the bottom of main.py

Set timer for 1 hour 10 minutes (4200 seconds)

countdown_timer(4200) ⬅️ goes at the bottom of main.py

Set timer for 1 hour 15 minutes (4500 seconds)

countdown_timer(4500) ⬅️ goes at the bottom of main.py

Set timer for 1 hour 20 minutes (4800 seconds)

countdown_timer(4800) ⬅️ goes at the bottom of main.py

Set timer for 1 hour 25 minutes (5100 seconds)

countdown_timer(5100) ⬅️ goes at the bottom of main.py

Set timer for 1 hour 30 minutes (5400 seconds)

countdown_timer(5400) ⬅️ goes at the bottom of main.py

Set timer for 1 hour 35 minutes (5700 seconds)

countdown_timer(5700) ⬅️ goes at the bottom of main.py

Set timer for 1 hour 40 minutes (6000 seconds)

countdown_timer(6000) ⬅️ goes at the bottom of main.py

Set timer for 1 hour 45 minutes (6300 seconds)

countdown_timer(6300) ⬅️ goes at the bottom of main.py

Set timer for 1 hour 50 minutes (6600 seconds)

countdown_timer(6600) ⬅️ goes at the bottom of main.py

Set timer for 1 hour 55 minutes (6900 seconds)

countdown_timer(6900) ⬅️ goes at the bottom of main.py

Set timer for 2 hours (7200 seconds)

countdown_timer(7200) ⬅️ goes at the bottom of main.py

Set timer for 2 hours 5 minutes (7500 seconds)

countdown_timer(7500) ⬅️ goes at the bottom of main.py

Set timer for 2 hours 10 minutes (7800 seconds)

countdown_timer(7800) ⬅️ goes at the bottom of main.py

Set timer for 2 hours 15 minutes (8100 seconds)

countdown_timer(8100) ⬅️ goes at the bottom of main.py

Set timer for 2 hours 20 minutes (8400 seconds)

countdown_timer(8400) ⬅️ goes at the bottom of main.py

Set timer for 2 hours 25 minutes (8700 seconds)

countdown_timer(8700) ⬅️ goes at the bottom of main.py

Set timer for 2 hours 30 minutes (9000 seconds)

countdown_timer(9000) ⬅️ goes at the bottom of main.py

Set timer for 2 hours 35 minutes (9300 seconds)

countdown_timer(9300) ⬅️ goes at the bottom of main.py

Set timer for 2 hours 40 minutes (9600 seconds)

countdown_timer(9600) ⬅️ goes at the bottom of main.py

Set timer for 2 hours 45 minutes (9900 seconds)

countdown_timer(9900) ⬅️ goes at the bottom of main.py

Set timer for 2 hours 50 minutes (10200 seconds)

countdown_timer(10200) ⬅️ goes at the bottom of main.py

Set timer for 2 hours 55 minutes (10500 seconds)

countdown_timer(10500) ⬅️ goes at the bottom of main.py

Set timer for 3 hours (10800 seconds)

countdown_timer(10800) ⬅️ goes at the bottom of main.py