I am in the process of making a text based RPG using Python3 and would like to have background music playing while the program is running. I have three questions regarding the code.
Can I have a file such as an mpeg or mp4 running when the game is executed?
What types of music files will python run?
Where in my code do I tell python to open and run the file? I assume right after the module imports but I'd like a solid answer for reassurance.
Thank you!