How to use the guiscrcpy.mapper function in guiscrcpy

To help you get started, we’ve selected a few guiscrcpy examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github srevinsaju / guiscrcpy / guiscrcpy / __main__.py View on Github external
def mapp(self):
        if(os.path.exists(cfgpath + "guiscrcpy.mapper.json")):
            from guiscrcpy import mapper
            mapper.file_check()
        else:
            print("guiscrcpy ~ mapper is not initialized. Initialize by running","$ guiscrcpy-mapper", "reset points by", "$ guiscrcpy-mapper -r", sep="\n")