Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 652 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 652 Bytes

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.