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
For Python3, please install the latest version via pip3 install pyttsx3 and call import pyttsx3.
Python3
import pyttsx3