Metadata-Version: 1.2
Name: gacha-elper
Version: 0.1
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
Description: # 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)
        
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
