An open API service indexing awesome lists of open source software.

https://github.com/trflorian/sudoku-solver


https://github.com/trflorian/sudoku-solver

python solver sudoku

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Sudoku Solver
The sudoku solver takes a picture of a sudoku, solves it and displays the solution in the sudoku grid

## Setup
1. Clone repo
2. Place your sudoku image in ```img/sudoku.jpg```
3. Install pip requirements from ```requirements.txt```
4. Run ```main.py```