Contents
This is a sudoku solver using the backtracking algorithm. It includes a GUI as well.
What is the backtracking algorithm? Here
- Can Extract & Solve Sudoku from a file.
- Sudoku can be entered manually.
Note: Garns isn't compatible with python2, run it with python3 instead.
I suggest you definitely use cmder.
git clone https://github.com/mammaddrik/garns.git
cd garns
pyrhon pip install -r requirements.txt
python garns.py
Note: You may encounter an error while installing this requirements. If an error occurs, use the following command:
python -m pip install --upgrade pip
pyrhon pip install -r requirements.txt
After installing the script, you can choose two options from the script:
-
It is for Solving sudoku as a file:
Note: To Solving, you must use a text file.
Sudoku txt file:
-
It is for Solve Sudoku Manually:
garns is licensed under MIT License.