https://github.com/matthewdlr/sudoku-solver
Python program able to solve any sudoku grid
https://github.com/matthewdlr/sudoku-solver
Last synced: 9 months ago
JSON representation
Python program able to solve any sudoku grid
- Host: GitHub
- URL: https://github.com/matthewdlr/sudoku-solver
- Owner: MatthewDlr
- Archived: true
- Created: 2024-07-10T05:54:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T06:08:12.000Z (about 2 years ago)
- Last Synced: 2025-03-25T14:24:26.054Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Sudoku Solver
This project originate from a class assignment.
The objective was to develop an algorithm capable of solving any (solvable) Sudoku puzzle using the backtracking algorithm.
## Installation
An external dependency is needed to display results in a beautiful way. Of course, python & pip have to be installed.
```bash
pip install colorama
```
## Use
The `main.py` runs by default the hardest sudoku.
To solve your own sudoku, you will first need to import it in the `sudoku_grids.py` file.
The, you will needb to update the `main.py` to solve it.
## Screenshot
