Python3.4 調用語音及警報聲

import win32com.client import winsound speak = win32com.client.Dispatch('SAPI.SPVOICE') winsound.Beep(2015, 3000) speak.Speak('程序運行完畢!')
相關文章
相關標籤/搜索