+ 3
Can python open a music file or a voice
7 Réponses
+ 3
Yes, you can use modules like a Pygame, there's a code i made below with this module
from pygame import mixer, event
mixer.init()
mixer.music.load('ex01.mp3')
mixer.music.play()
input()
event.wait()
+ 6
Yes it can. PythonInMusic module
+ 4
check this video.
https://youtu.be/lUMSK6LmXCQ
+ 2
Thanks
+ 1
It can.
+ 1
Just study in W3School it might help you
+ 1
I am already studying in it