Skip to content

This is a python module which brings the facility of Google Text to Speech in python (Unofficial).

Notifications You must be signed in to change notification settings

glugmvit/google-tts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google TTS Module (unofficial)

This is a python module which brings the facility of Google Text to Speech in python (Unofficial).

How to use this module ?

Add this file along with the sounds directory to your python path. Then fire up the python interpreter and type :

import googletts

googletts.tts('hello world')

This will return you a path of the sound that was downloaded after TTS.

This module will only work on systems which have wget installed and have it included in the path variable. This module will more likely work on most of the linux based OS like Ubuntu etc. The module will be made wget independent in the future.

Features :

  • Stores all the audio under the directory named sounds/
  • If the same audio is request again it returns the audio path that is present in the sounds/ directory.

About

This is a python module which brings the facility of Google Text to Speech in python (Unofficial).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%