Metadata-Version: 2.1
Name: gacha-elper
Version: 1.1.0
Summary: A small utility to help automate mobile (Android) video games
Home-page: https://github.com/cytopz/gacha-elper
Author: cytopz
Author-email: cytopz@protonmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Classifier: Topic :: Games/Entertainment
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# gacha-elper

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

## Installation

You can install the package via `pip`

```bash
$ pip install gacha-elper
```

## Usage

```python
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](https://github.com/cytopz/gacha-elper/blob/master/LICENSE)

## TODO

- [ ] Use my own implementation of template matching to actually make it small.


