1
             import pyttsx3
             engine = pyttsx3.init()
             engine.save_to_file('Hello World','test.mp3')
             engine.runAndWait()

I used this link https://github.com/nateshmbhat/pyttsx3/tree/master/pyttsx3 to save file but nothing happens although code runs successfully but it does not saving file

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
YJS
  • 11
  • 2

0 Answers0