Small automation library to help automate repetitive tasks in mobile (Android) video games.
You can install the package via pip
$ pip install gacha-elper
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.
see LICENSE
- Use my own implementation of template matching to actually make it small.