Skip to content

✨ add the new feature of sending the weather info to wechat

Choose a tag to compare

@GoogTech GoogTech released this 20 Dec 08:53

Weather Voice Prompt

Get Today Weather INFO Then Ouput Voice Prompt And Send It To Your WeChat

OS

  • Windows 10

Env

  • Python 3.7.3
  • urllib
  • playsound
  • baidu-aip
  • Baidu AIP SDK( aip-python-sdk-2.2.15 )

How To Run

you need to install the dependencies firstly

$ pip install playsound

$ cd aip-python-sdk-2.2.15

$ pip install baidu-aip

$ python setup.py install

then run it

$ python weather.py

Thanks