Metadata-Version: 2.1
Name: zafkiel
Version: 0.2.0
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"

# 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.

## Examples

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

## License

This project is licensed under [GPL-3.0](LICENSE) . 

In addition, this project uses the following open source libraries:

\- [Airtest](https://github.com/AirtestProject/Airtest), the license can be viewed [here](https://github.com/AirtestProject/Airtest/blob/master/LICENSE)

\- [StarRailCopilot](https://github.com/StarRailCopilot/StarRailCopilot), the license can be viewed [here](https://github.com/LmeSzinc/StarRailCopilot/blob/master/LICENSE)
