Python script to automate solving a sudoku game in android over ADB
See it in action here.
- Extract the numbers into a 2D Matrix from the screenshot
- Solve the incomplete grid using backtracking algoithm
- Update the values by sending touch commands to device