playsound怎么安装,怎么使得时间到的同时,设置的铃声也响起
安装:pip install playsound使用:
from playsound import playsound playsound("xxx.mp3")