A Google Cloud Project that converts a text document to speech using Python and the Google Cloud API
Go to your Google Cloud console, then go to APIs & Services > Dashboard > Enable APIs and Services and enable Google Cloud Text to Speech. Once the API has been enabled navigate to APIs & Services > Credidentials > Create Credidentials > Service Account and finish createing the service account. After the service account has been created download the authentication .json file. Drag this file into the GoogleCloudTextToSpeechPython folder and then rename it "GoogleCloudAuthKey.json" next type whatever text you want to be converted into speech in the "input-text.txt" file, and run the TTS.py program.