Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Python - Comment convertir le texte en discours

from gtts import gTTS from playsound import playsound  s = gTTS("Sample Text") s.save('sample.mp3') playsound('sample.mp3') 
Source by www.codeprofesseur.fr #
 
PREVIOUS NEXT
Tagged: #Python #Comment #convertir #le #texte #en #discours
ADD COMMENT
Topic
Name
1+3 =