Skip to content

segurvita/python-googlehome-player

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-googlehome-player

Architecture

google_home_download_from_gtts

How to use

  • Download this repo
$ git clone https://github.com/mtatsuma/python-googlehome-player.git
$ cd python-googlehome-player
  • Install packages in requirements.txt
$ pip install -r requirements.txt

or using pipenv.

$ pipenv --python 3.7
$ pipenv install -r requirements.txt
  • Play text!

After executing python play.py, you must select the language and enter the Google Home name or IP.

$ python play.py 
Enter language (English: en or Japanese: ja): en
Enter Google Home name or IP: 192.168.11.2
You are ready to speak!
Start typing ...
>> hello
>> nice to meet you!
>>

About

Google Home audio player written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%