Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 965 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 965 Bytes

System Info Voice Prompt

⚙ Get The System Information Of RasPi Then Ouput Voice Prompt And Send It To Your WeChat.

OS

  • Raspberry Pi 4B 4GB

Env

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

How To Run On RasPi 4B

  1. Firstly you need to install some dependencies

$ pip3 install apscheduler

$ cd aip-python-sdk-2.2.15

$ pip3 install baidu-aip

$ python3.7 setup.py install

  1. Then open the config.py file and add your Baidu API and ServerChan configuration information into it.

  2. Finally run it

$ python3.7 system.py

Thanks