Posts by Clean_Code • 1 point
1 post
-
-3
votes2
answers5610
viewsA: MP3 player with Python
You can also use the playsound library! Just import like that: from playsound import playsound And then play the mp3 file you want like this: playsound('nome_do_arquivo_mp3', block=false) It is…