What module should I import to enable text to speech (tts) in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What module should I import to enable text to speech (tts) in python?

For example I want to make a program that will read the time and date on my phone.

1st Sep 2019, 5:43 PM
Joy
1 Answer
0
there are lots of modules, one is pyttsx3, so run pip install pyttsx3 in your favourite command prompt.
3rd Oct 2019, 5:55 AM
Matthew Li
Matthew Li - avatar