Metadata-Version: 2.1
Name: gacha-elper
Version: 0.2
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
Requires-Dist: opencv-python
Requires-Dist: scipy
Requires-Dist: numpy

# gacha-elper

small utility to help automate repetitive tasks in gacha/grinding weaboo games.

## Usage

```python
from src.gacha_elper import GachaElper as Elp
...
```
see `examples`

## License

see [LICENSE](https://github.com/cytopz/gacha-elper/blob/master/LICENSE)


