This is a simple python tool that requests and solves Sudoku puzzles. The user is provided with a choice from "easy", "medium", "hard" or "random".
If you are running it in Linux environment, you will need to install requests package with 'python3 -m pip install requests'.
To begin, start sudoku_solver.py and input one of the above arguments.
This repo is entirely for training purposes.
Requests are from https://github.com/bertoort/sugoku.git