I\'m trying to install TTS package by using this. Everything was okay until I tried to execute the following command:
import pyttsx
I got b
Guys there is an updated package compatible with Python3 :
Works offline with no delay in the sound produced.
pip install pyttsx3
Visit https://pyttsx3.readthedocs.io for the full usage docs. Thanks!