Metadata-Version: 2.1
Name: pygamescript
Version: 1.0.0
Summary: Android Auto Pypi
Home-page: https://github.com/NakanoSanku/gamescript
Author: KateTseng
Author-email: Kate.TsengK@outlook.com
License: MIT
Keywords: Android
Requires-Python: >=3
Description-Content-Type: text/markdown

# Pure Python Game Script Frame
base `minidevice` and `minicv`
- Template
    - ImageTemplate
    - ColorsTemplate
- GameScript
    - screenshot -> cv2.Mat
    - saveScreenshot(path) 
    - find(Template,isColor=None,colorThreshold=4)
    - findAndOperate(Template,operate,operateParams)
