From e31df79847fd31c6d305abc955a2ea5b90418ba8 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Fri, 11 Jun 2021 13:51:47 +0300 Subject: [PATCH] 1 --- OfficialProjects/SuperTimer/SuperTimer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/OfficialProjects/SuperTimer/SuperTimer.py b/OfficialProjects/SuperTimer/SuperTimer.py index b9608cc..70e48ad 100644 --- a/OfficialProjects/SuperTimer/SuperTimer.py +++ b/OfficialProjects/SuperTimer/SuperTimer.py @@ -9,6 +9,7 @@ try: except: subprocess.check_call([sys.executable, "-m", "pip", "install", 'playsound']) from playsound import playsound +urllib.request.urlretrieve("https://github.com/BarsTiger/KOTIKOTapps_download_repo/blob/master/OfficialProjects/SuperTimer/alarm.mp3?raw=true", "alarm.mp3") print("You can change alarm sound: just reneame your sound to alarm.mp3 and copy it to SuperTimer folder") superSecond = float(input("Print how many real seconds will be in superSecond: "))