This commit is contained in:
BarsTiger
2021-06-11 13:51:47 +03:00
parent 36c7ceaabc
commit e31df79847

View File

@@ -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: "))