Text To Speech convertor using Python || Python project || c4rcoding

Publicado el: 14 mayo 2023
en el canal de: C 4r Coding
29
4

#python #pythonprojects #pythonprogramming #pythontutorial #pythonforbeginners #c4rcoding #texttospeech



------------Project Code------------

from gtts import gTTS
import os

sample = input("Enter Text file name: ")
#enter file name that you want to convert

f = open(sample)

text = f.read()
language = 'en'

obj = gTTS(text=text,lang=language,slow=False)

obj.save("sample.mp3")

os.system("sample.mp3")
#to open output file automatically



#python #pythonprojects #pythonprogramming #pythontutorial #pythonforbeginners #c4rcoding #texttospeech


En esta página del sitio puede ver el video en línea Text To Speech convertor using Python || Python project || c4rcoding de Duración hora minuto segunda en buena calidad , que subió el usuario C 4r Coding 14 mayo 2023, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 29 veces y le gustó 4 a los espectadores. Disfruta viendo!