SudokuSolverQt
Introduction
This is a light-weight sudoku solver.It can solve the “hardest” sudoku in 3 seconds, thanks to the backtrack algorithm it uses.
Usage
- Clone the project.
$ git clone https://github.com/UjhhgtgTeams/SudokuSolverQt.git - Install PyQt6.
$ pip install PyQt6 PySide6 - Run main.py.
$ python main.py.