Sudoku Solver Pro is built with the Tkinter module. It has many features like Backtracking Algorithm visualization, BOT that can auto type sudoku solution, If you want to play then it can generate sudoku puzzles with Easy or Hard difficulty and you can also take a Hint.
You can input a sudoku puzzle from any website and the solver will solve it for you. Then you can use the Bot function that will auto type puzzle solutions on that website or app.
If git is not installed on your PC then you can Download .zip Or Download .exe | If you face any problem will installing watch this video
- Clone the repo
git clone https://github.com/NisheetNakrani/Sudoku-Solver-Pro.git
- Install packages
pip install -r requirements.txt
- Run Sudoku.py