Infinitode 2 automation using PYTHON and ADB
Why am I using ADB instead of PYAUTOGUI?
Because It supports desktop environments and doesn't work android.
So I had to use PYTHON and ADB.
There are several other ways to achieve this. But I am choosing PYTHON and ADB for this project.
- Download and/or install ADB on your pc.
- Add ADB to the environment variable(optional).
- Connect your phone using adb. Both wired and wireless connections are supported.
- Run the game.
- Run the script and watch the magic happen!