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.
1 Answer
0
there are lots of modules, one is pyttsx3, so run
pip install pyttsx3
in your favourite command prompt.