倒计时闹钟

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了倒计时闹钟相关的知识,希望对你有一定的参考价值。

import time,winsound
sfile=‘tada.wav‘
while 1:
count=0
a=int(input(‘time by Min:‘))
b=a*60
while (count<b):
ncount=b-count
print (ncount)
time.sleep(5)
count+=5
print (‘done‘)
for i in range(3):
winsound.PlaySound(‘C:\Windows\Media\\{}‘.format(sfile), winsound.SND_FILENAME)

以上是关于倒计时闹钟的主要内容,如果未能解决你的问题,请参考以下文章

深入理解定时器系列第三篇——定时器应用(时钟倒计时秒表和闹钟)

微信小程序添加闹钟代码

FPGA课程设计:简单计时器闹钟

带定时器的闹钟?

Android实战第一篇——时钟+闹钟+计时器+秒表

数电实验 数字电子钟设计 基于quartus 实现计时校时闹钟秒表稍复杂音频 分享电路图设计以及工程文件