pyttsx3
- class pytts.pyttsx3(lang: str = 'en')
- speak(text: str, sensitive: bool = False, play: bool = True) str
_summary_
- Parameters
text (str) – _description_
sensitive (bool, optional) – _description_. Defaults to False.
play (bool, optional) – _description_. Defaults to True.
- Returns
_description_
- Return type
str