rahagi / gacha-elper

Small automation library to help automate repetitive tasks in mobile (Android) video games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gacha-elper

Small automation library to help automate repetitive tasks in mobile (Android) video games.

Installation

You can install the package via pip

$ pip install gacha-elper

Usage

from gacha_elper.elper import Elper as Elp
from gacha_elper.elper import Coordinate as Coord
...

The library itself is very small. using help() for each module alone is enough to see how it works. You can see examples to see it in more detail.

License

see LICENSE

TODO

  • Use my own implementation of template matching to actually make it small.

About

Small automation library to help automate repetitive tasks in mobile (Android) video games.

License:MIT License


Languages

Language:Python 100.0%