Metadata-Version: 2.4
Name: zafkiel
Version: 0.2.3
Summary: A cross-platform UI automation framework based on Airtest and StarRailCopilot.
Author: Aues6uen11Z
License: GPL-3.0 license
Project-URL: Homepage, https://github.com/Aues6uen11Z/Zafkiel
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: airtest==1.3.3
Requires-Dist: pyautogui==0.9.54
Requires-Dist: loguru==0.7.2
Requires-Dist: pponnxcr==2.1
Provides-Extra: dev
Requires-Dist: bumpver; extra == "dev"
Requires-Dist: pip-tools; extra == "dev"
Dynamic: license-file

# Zafkiel

**A cross-platform UI automation framework based on [Airtest](https://github.com/AirtestProject/Airtest) and [StarRailCopilot](https://github.com/LmeSzinc/StarRailCopilot).**

**基于[Airtest](https://github.com/AirtestProject/Airtest)和[StarRailCopilot](https://github.com/LmeSzinc/StarRailCopilot)的跨平台UI自动化框架。**

## Overview

Zafkiel is a secondary encapsulation of Airtest, integrating the page logic, OCR capabilities and other advanced features of StarRailCopilot, aiming to provide more powerful and flexible automated testing capabilities.

## Docs

Please refer to the [Wiki](https://github.com/Aues6uen11Z/Zafkiel/wiki) page for information on how to use

## Examples

- [HonkaiHelper](https://github.com/Aues6uen11Z/HonkaiHelper), Honkai Impact 3rd automation script.

## Credits

This project uses the following open source libraries:

- [Airtest](https://github.com/AirtestProject/Airtest)

- [StarRailCopilot](https://github.com/StarRailCopilot/StarRailCopilot)
