Metadata-Version: 2.1
Name: nimses-adimate
Version: 1.2
Summary: This is a simple script that automatically clicks ads in the Nimses Android app.
Home-page: https://github.com/GiantTreeLP/nimses-adimate
Author: GiantTree
Author-email: gianttree@groundmc.net
License: MIT
Description: # Nimses Adimate (Nimses Ad Automate)
        
        [![GitHub issues](https://img.shields.io/github/issues/GiantTreeLP/nimses-adimate.svg)](https://github.com/GiantTreeLP/nimses-adimate/issues)
        [![GitHub stars](https://img.shields.io/github/stars/GiantTreeLP/nimses-adimate.svg)](https://github.com/GiantTreeLP/nimses-adimate/stargazers)
        [![PyPI](https://img.shields.io/pypi/v/nimses-adimate.svg)](https://pypi.org/project/nimses-adimate/)
        ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/nimses-adimate.svg)
        ![PyPI - Status](https://img.shields.io/pypi/status/nimses-adimate.svg)
        
        
        This script automatically clicks ads in the Nimses Android app.
        
        Simply launch the `nimses-adimate` module (`__main__.py` file) and follow the instructions.
        They will guide you through connecting your Android Smartphone to your PC.  
        First it needs to be connected through USB to switch to networked mode and then use WiFi
        for the rest of the process.
        
        ## Requirements
        
        - An Android device, preferably with a modern version of Android
        - USB Debugging enabled on that device
        
        ## Recommendations
        
        This script and the Nimses app itself consume quite a bit of power, 
        just keep your phone charging the whole time and don't worry about the power consumption.  
        
        You should also enable "Stay awake" to make sure your device doesn't lock itself. 
        
        ## Running
        
        If you are just interested in running this application, run the following commands
        depending on the way you like to use this application.
        
        ### PyPi
        
            pip install nimses-adimate
            python -m nimses-adimate
        
        ### Git
        
            git clone https://github.com/GiantTreeLP/nimses-adimate
            pip install -r requirements.txt
            python -m nimses-adimate
        
        ## Dependencies
        
        This script uses the following libraries:
        
        - [`adbutils`](https://pypi.org/project/adbutils)
        - [`opencv-python`](https://pypi.org/project/opencv-python/)
        - [`numpy`](https://pypi.org/project/numpy/)
        
        ## Binary dependencies
        
        This script requires the Android Debugging Bridge (ADB).
        The Windows binaries are bundled with this repository. 
        If you are using a different operating system, make sure the `adb` executable is in the executable path.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Home Automation
Requires-Python: >=3
Description-Content-Type: text/markdown
