I need help in creating a python program that plays MP3s, using the PyGame package to play both MIDI files, and Ogg Vorbis files. Using a menu that would look something like this:
1. Go to new music directory.
2. Play a song or playlist.
3. Stop music.
4. Create a new playlist.
5. Quit.
Enter your choice (1 - 5) -->
Any type of help would be appreciate it. Thank you.