Appium Sudoku

Playing around with Appium and a Sudoku Android app called Sodoku - Free & Online.

Currently it reads in the games tiles, uses pytesseract to convert each tile image to text. And then once all the tiles are read in. Displays them in a nice grid.

Code is VERY messy.. but I will clean it up in future commits.