我是华为手机,用的抖音极速版,写了一个自动领取宝箱的程序,主要是用了opencv视频处理、uiautomator2、图像识别。
使用环境:python 3.9,windows
1.需要安装库:pip install –upgrade –pre uiautomator2
2.手机usb连接电脑:python -m uiautomator2 init
3.安装图像识别的包:pip3 install -U “uiautomator2[image]” -i https://pypi.doubanio.com/simple
4.运行程序:python 3.py