https://github.com/trflorian/sudoku-solver
https://github.com/trflorian/sudoku-solver
python solver sudoku
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trflorian/sudoku-solver
- Owner: trflorian
- Created: 2021-11-05T21:45:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-22T22:26:28.000Z (over 1 year ago)
- Last Synced: 2025-01-24T15:42:01.856Z (over 1 year ago)
- Topics: python, solver, sudoku
- Language: Python
- Homepage:
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```