So I am making a media player and want to be able to hear the songs I add by pressing buttons. So when I add songs I want a mp3 for the song name created. You can do this with gtts a library that will translate text into speach.
pip install gtts
So I am making a media player and want to be able to hear the songs I add by pressing buttons. So when I add songs I want a mp3 for the song name created. You can do this with gtts a library that will translate text into speach.
pip install gtts