Socket
Book a DemoInstallSign in
Socket

ok-script

Package Overview
Dependencies
Maintainers
1
Versions
620
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ok-script

Automation with Computer Vision for Python

pipPyPI
Version
1.0.21
Maintainers
1

ok-script

  • ok-script 是基于图像识别技术, 纯Python实现的, 支持Windows窗口和模拟器的自动化测试框架。
  • 框架包含UI, 截图, 输入, 设备控制, OCR, 模板匹配, 框框Debug浮层, 基于Github Action的测试, 打包, 升级/降级。
  • 基于开发一个工业级的自动化软件仅需几百行代码。

优势

  • 纯Python实现, 免费开源, 依赖库均为开源方案
  • 支持pip install任何第三方库, 可以方便整合yolo等框架
  • 一套代码即可支持Windows安卓模拟器/ADB连接的虚拟机, Windows客户端游戏
  • 自适应分辨率
  • 使用coco管理图片匹配素材, 仅需一个分辨率下的截图就, 支持不同分辨率自适应
  • 可打包离线/在线安装setup.exe, 支持通过Pip/Git国内镜像在线增量更新. 在线安装包仅3M
  • 支持Github Action一键构建
  • 支持多语言国际化

使用 目前仅支持Python 3.12

  • 在你的项目中通过pip依赖使用
pip install ok-script
  • 本地编译源码使用,
pip install -r requirements.txt # 安装编译ok-script所需的的依赖
mklink /d "C:\path\to\your-project\ok" "C:\path\to\ok-script\ok" #Windows CMD 创建软链接到你的项目中
in_place_build.bat #如修改__init__.pyx 需要编译Cython代码

文档和示例代码

使用ok-script的项目:

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts