Skip to content

Releases: GoogTech/weather

🐛 fixed some bugs on the raspberry pi env and add new feature

25 Dec 11:07
Compare
Choose a tag to compare

Weather Voice Prompt

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

OS

  • Raspberry Pi 4B 4GB

Env

  • Python 3.7
  • urllib
  • apscheduler
  • baidu-aip
  • Baidu AIP SDK( aip-python-sdk-2.2.15 )

How To Run On RasPi 4B

you need to install the dependencies firstly

$ pip3 install apscheduler

$ cd aip-python-sdk-2.2.15

$ pip3 install baidu-aip

$ python3.7 setup.py install

then run it

$ python3.7 weather.py

Bug fixed

Thanks

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

20 Dec 08:53
Compare
Choose a tag to compare

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

🎉 a simple weather voice prompt by Baidu AIP SDK

20 Dec 07:24
Compare
Choose a tag to compare

Weather Voice Prompt

A simple program about the weather voice prompt .

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