Skip to content

A Heroku Webapp to test the Google TTS (gTTS) Python Module

Notifications You must be signed in to change notification settings

samclane/gTTS-Demo

Repository files navigation

gTTS-Demo

A testing utility for the gTTS Python Module.

https://stormy-earth-56044.herokuapp.com/

Screenshot

Running Locally

Make sure you have Python 3.7 installed locally. To push to Heroku, you'll need to install the Heroku CLI, as well as Postgres.

$ git clone https://github.com/heroku/gTTS-demo.git
$ cd python-getting-started

$ python3 -m venv gTTS-demo
$ pip install -r requirements.txt

$ createdb gTTS-demo

$ python manage.py migrate
$ python manage.py collectstatic

$ heroku local

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master

$ heroku run python manage.py migrate
$ heroku open

Documentation

For more information about using Python on Heroku, see these Dev Center articles:

About

A Heroku Webapp to test the Google TTS (gTTS) Python Module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published