📜  Python 获取正在播放的歌曲的名称 - Python 代码示例

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

代码示例1
from SwSpotify import spotify
print(spotify.artist()) #returns the artist of the current playing song
print(spotify.song()) #returns the song title of the current playing song