Q 3 ) 3. Install an external module and use it to perform an operation of your interest.
ans ; new external "pyttsx3 2.90"
pip install pyttsx3
Usage :
import pyttsx3 engine = pyttsx3.init() engine.say("I will speak this text") engine.runAndWait()
Q 3 ) 3. Install an external module and use it to perform an operation of your interest.
ans ; new external "pyttsx3 2.90"
pip install pyttsx3
import pyttsx3 engine = pyttsx3.init() engine.say("I will speak this text") engine.runAndWait()
0 टिप्पणियाँ