Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 575 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 575 Bytes

This Game On Entertainment interview question is no longer to be used.

Staff members, see: http://nexus.in.gameonexpo.com/ tech/interviewing

Google Cloud Text To Speech CLI

Or, GCTTS for short

Purpose

I needed a quick way to generate high quality TTS mp3 clips.

Usage:

gctts mp3 --apikey=APIKEY FILENAME.mp3

Installation:

Available on the PyPI registry. For most installations, use pip3 install --user gctts

Lifehacks:

Persistent API Key

Use the environment variable GCTTS_APIKEY to set the API key.