Create a tkinter GUI and add one button which allows the user to play a specific audio when clicked. Add a title to the window. Also add a function called playmusic which is invoked when the Click to play button is clicked. code example
Example: how to find the text inside button in tkinter
my_text = my_button.cget('text')