0
What do i have to do play a mp3 file in python
Im want to use music in mi code, please help
1 Réponse
+ 2
You can check out this thread for an answer https://stackoverflow.com/questions/20021457/playing-mp3-song-on-JUMP_LINK__&&__python__&&__JUMP_LINK or check this out https://pythonbasics.org/python-play-sound/
And keep in mind that Python is not the best for playing .mp3 files - it works much better with .wav files.