Sudoku Solver for sudoku.com
demo.mp4
- Take a screenshot of the sudoku board
- Find the sudoku board in the screenshot
- Extract the numbers from the board
- Solve the sudoku
- Type the solution into the board
git clone https://github.com/lucascompython/sudoku
cd sudoku
# Install uv https://github.com/astral-sh/uv
# Create and activate a virtual environment
uv venv
source .venv/bin/activate
# Or
.\.venv\Scripts\Activate.ps1
# Install dependencies
uv pip sync requirements.txt
# Run
./develop.sh
# Or
./develop.ps1
# Adjust the screen capture area if needed