📜  如何在没有 pygame 的情况下播放音乐 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:42.885000             🧑  作者: Mango

代码示例1
from playsound import playsound
playsound('audio.mp3')
#Hope it helps :)