- 封装了mitmproxy模块以方便同步截获网络请求数据
- 封装了一个增强的滑动功能,可以边滑动边搜索屏幕上的目标区域,从而简化滑动过程的开发
- 重新封装了airtest相关api,修正了airtest在手机上部分图片匹配不上的问题
- 增加了在指定矩形区域内匹配的功能
- 增加了调试窗口及相关调试功能(调试功能仅在设置了show_dbg_wnd时生效,release执行时可以关闭相关调试界面及功能)
pip install airtest-ext
python setup.py install
- Python 3.x
- airtest
- opencv-python
- mitmproxy
- frida-hooks
- Dear PyGui
- pyperclip
- https://github.com/AirtestProject/Airtest
- https://github.com/opencv/opencv-python
- https://github.com/mitmproxy/mitmproxy
- https://github.com/hoffstadt/DearPyGui
- https://github.com/asweigart/pyperclip
Licensed under the Apache License, Version 2.0