3月14日 如何控制时钟

Posted henryzkf

tags:

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

import time
import sys
#create by henryzkf 2018315 succ

soundFile = ‘sound.wav‘
not_executed = 1

def soundStart():
if sys.platform[:5] == ‘linux‘:
import os
os.popen2(‘aplay -q‘ + soundFile)
else:
import winsound
winsound.PlaySound(soundFile, winsound.SND_FILENAME)

while(not_executed):
dt = list(time.localtime())
hour = dt[3]
minute = dt[4]
if hour == 17 and minute == 38: # 下午5点33分的时候开始提示
soundStart()
not_executed = 0

以上是关于3月14日 如何控制时钟的主要内容,如果未能解决你的问题,请参考以下文章

iOS 14 第三个预览版:​新增“时钟”小组件

时钟设置

微信小程序时钟(xx年xx月xx日xx:xx格式)

linx基础篇-时间管理 简述

时钟测试仪是如何校准的

标准化考场时间同步系统(网络时钟系统)规划建设应用