Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

discord python tts

# pip install pyttsx3 or python3 -m pip install pyttsx3
import pyttsx3

engine = pyttsx3.init()
engine.say('Input Text Here')
engine.runAndWait()
 
PREVIOUS NEXT
Tagged: #discord #python #tts
ADD COMMENT
Topic
Name
3+4 =