-
pyttsx3Python/이것저것 파이썬 2022. 12. 23. 15:39반응형
pip install pyttsx3
import pyttsx3 engine = pyttsx3.init() engine.setProperty('rate', 120) engine.say('안녕하세요?') engine.runAndWait()
https://github.com/nateshmbhat/pyttsx3
https://pyttsx3.readthedocs.io/en/latest/
반응형