SnapSudoku icon indicating copy to clipboard operation
SnapSudoku copied to clipboard

Extract and solve Sudoku from an image

Results 7 SnapSudoku issues
Sort by recently updated
recently updated
newest added

As python2 is getting old day by day, i thought it would be a nice idea to port this repo to python3 so that it can serve it's purpose better!

Hello @prajwalkr, Thanks for a great project. I really wanted to see how far I can go with extending this Python app to a mobile application. This PR (inspired by...

python sudoku.py /test/test1.jpg Traceback (most recent call last): File "sudoku.py", line 42, in snap_sudoku(image_path=sys.argv[1]) File "sudoku.py", line 32, in snap_sudoku grid = ''.join(cell for cell in get_cells(image_path)) File "sudoku.py", line...

Hi together, I need to solve sudokus with a streched grid. I was not able to figure out how I can use the training function. Could be help me how...

``` > sudo python2 sudoku.py /home/jokerowaty/SnapSudoku/test/test1.jpg > Image loaded. > Preprocessing... done. > Cropping out Sudoku... done. > Straightening image... > Traceback (most recent call last): > File "sudoku.py", line...

Hi, Thanks for providing this! I might be doing something wrong here though, because after cloning your repo and installing the right packages, I tried to run it with the...

[coala analyser](https://github.com/coala-analyzer/coala) cc @prajwalkr

help wanted