Releases: GoogTech/weather
Releases · GoogTech/weather
🐛 fixed some bugs on the raspberry pi env and add new feature
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
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
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