-
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
GitHub - nateshmbhat/pyttsx3: Offline Text To Speech synthesis for python
Offline Text To Speech synthesis for python. Contribute to nateshmbhat/pyttsx3 development by creating an account on GitHub.
github.com
https://pyttsx3.readthedocs.io/en/latest/
pyttsx3 - Text-to-speech x-platform — pyttsx3 2.6 documentation
pyttsx3.readthedocs.io
반응형