Metadata-Version: 2.1
Name: wuhenpi
Version: 1.0.0
Summary: WuhenPi, based on the MxPi 1.5.3
Home-page: https://gitee.com/goodhanrry/WuhenPi
Author: TaxueWuhen
Author-email: 24870460@qq.com
License: MIT Licence
Keywords: pip,SICA,featureextraction
Platform: any
Description-Content-Type: text/markdown
Requires-Dist: ASGIMiddlewareStaticFile
Requires-Dist: Django
Requires-Dist: WuhenPi-mx (==1.4.5)
Requires-Dist: channels
Requires-Dist: daphne
Requires-Dist: mxpissh (==1.6.2)
Requires-Dist: numpy
Requires-Dist: pillow
Requires-Dist: pyscreenshot
Requires-Dist: pyserial
Requires-Dist: requests
Requires-Dist: rich

![image](https://gitee.com/goodhanrry/WuhenPi/raw/master/mx-raspberry-pi/WuhenPi/static/img/logo.png?raw=true)
#### 1. Installation
Use pip to install and update the latest version

###### Windows
```
pip install -U WuhenPi
```
###### Liunx(Raspberry Pi)

```
sudo pip3 install -U WuhenPi
```
#### 2. Use
Run the following command in Terminal:

```
#Windows
WuhenPi
#Liunx or Raspberry Pi
sudo WuhenPi
```
After running, you will get the following information:

```
Welcome to WuhenPi(1.0.0)!  System:xxxxx   IP: x.x.x.x:xxxx
2022-02-11 15:56:10,412 INFO     Starting server at tcp:port=80:interface=192.168.1.129
2022-02-11 15:56:10,414 INFO     HTTP/2 support not enabled (install the http2 and tls Twisted extras)
2022-02-11 15:56:10,415 INFO     Configuring endpoint tcp:port=80:interface=192.168.1.129
2022-02-11 15:56:10,418 INFO     Listening on TCP address x.x.x.x:xxxx
```
Open IP address ++x.x.x.x:xxxx++ in browser

![image](https://gitee.com/goodhanrry/WuhenPi/raw/master/img/WuhenPi.png?raw=true)
#### 3. Description
If you use Windows to uninstall or update the latest version of WuhenPi, the following error will occur

```
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 12091: 
invalid continuation byte in installed-files.txt file at path: 
xxx/installed-files.txt
```
This is due to the default encoding of the system. This problem is not caused by WuhenPi. You can open the xxx/installed-files.txt file and change the encoding mode to UTF-8, and then uninstall or update it again.


#### 4. Update information
##### Version : 1.0.0
1. Modified based on mxpi-1.5.3 (https://gitee.com/yuanyunqaing/MxPi). Thanks a lot.
2. Added Py_shell block
3. Fixed version check

#### 5. Plan
- [ ] Add more PyQt5 related modules
- [ ] Add more sensor functions
- [ ] Fix the issue of missing function blocks in PyQt5
- [ ] Something more you want


