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

Publicado em: 14 Maio 2023
no 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


Nesta página do site você pode assistir ao vídeo on-line Text To Speech convertor using Python || Python project || c4rcoding duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário C 4r Coding 14 Maio 2023, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 29 vezes e gostou 4 espectadores. Boa visualização!