How do I keep a TKinter window open after playing audio using pydub?
I’m building a basic text to audio app using python.When I play an audio file after taking an input from a user and clicking a button, the window closes after the audio file is played.