brianraila / tts

Text To Speech Converter via Python gTTS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TTS Converter using gTTS

How to run

Running this code is simple. All you require is Python and Flask

I recommend using virtualenv for this

Using Virtualenv
virtualenv env-name
source env-name/bin/activate

pip install -r requirements.txt

gunicorn app:app #Add extra arguments if you wish

About

Text To Speech Converter via Python gTTS


Languages

Language:HTML 56.0%Language:Python 27.0%Language:JavaScript 17.0%