0
Good night,
You can listen to the music with the help of the pygame library as well as other solutions. Your music should be in the same directory as the file
import pygame
pygame.init() pygame.mixer.music.load('myMusica.mp3') pygame.mixer.music.play() pygame.event.Wait()
How to Run Audio with Pyqt?... MP3 player with Python
– NoobSaibot
The IDE is not the project, the IDE is just the same editor, you have to put the music in the "folder" of the project, so try using one of the answers in https://answall.com/q/164923/3635
– Guilherme Nascimento