my problem starts here:
pyttsx and gTTS module errors
gTTS works well, takes text from text file, but first creates mp3 file, then if I want listen, I must call
You can use playsound module
from playsound import playsound playsound(file.mp3)
Boom that's it.it plays the audio right way works like charm