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
install pyglet using python -m pip install pyglet
python -m pip install pyglet
Download installed here Link to AVbin setup ( it's a must )
32/64 bit
import pyglet song = pyglet.media.load('file.mp3') song.play() pyglet.app.run()
That's all.