mithunkamat / Sudoku-GUI-Solver

This is a sudoku solver using the backtracking algorithm. It includes a graphical GUI as well as a text based version.

Home Page:https://techwithtim.net/tutorials/python-programming/sudoku-solver-backtracking/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sudoku-GUI-Solver

This is a sudoku solver using the backtracking algorithm. It includes a graphical GUI as well as a text based version.

Run GUI.py to play sudoku.

Instructions

Click a box and hit the number on your keybaord to pencil in a number. To confirm that value press the ENTER key on that box. To delete a pencil in you can click DEL. Finally to solve the board press SPACE, sit back and watch the algorithm run.

Video Tutorial

You can view the video tutorials on how to create this project here: https://www.youtube.com/watch?v=eqUwSA0xI-s&t=871s

Run in Gitpod

You can also run Sudoku-GUI-Solver in Gitpod, a free online dev environment for GitHub:

If you're intersted in a paid subscription with GitPod use the coupon code: TECHWITHTIM19

Open in Gitpod

About

This is a sudoku solver using the backtracking algorithm. It includes a graphical GUI as well as a text based version.

https://techwithtim.net/tutorials/python-programming/sudoku-solver-backtracking/


Languages

Language:Python 100.0%