SudokuSolverKivy
Introduction
This is a self-fork of SudokuSolverQt, being an attempt to port it to mobile device.
This project is currently very unstable, with a lot of features unadded.
Usage
On a computer
- Clone the project.
    
$ git clone https://github.com/UjhhgtgTeams/SudokuSolverKivy.git - Install Kivy.
    
$ pip install kivy[full] - Run main.py.
    
$ python main.py.On an Android Device
 - Follow the instructions from above.
 - Build Android Apk.
WIP