SodukuSolver
This is a really useful sudoku solver with a Qt gui.
USAGE
Enter the numbers in and click "RUN"!
If you don't want to wait, simply press "FAST MODE" and there you go!
INSTALL
Download "Source Code (.zip)" from the repo and install PySide6 and PyQt6 with:
Command: pip install pyside6 pyqt6
Or Linux: sudo pip install pyside6 pyqt6
Then, extract them all, and run main.py!
SCREENSHOTS
ROADMAP
- Improve the algorithms
|_ Wikipedia
FAQ
Q: What is the default sudoku it shows us?
A: It is the hardest sudoku in the world, made by a mathematician in Finland.
KNOWN BUGS
[1] If the main window is closed by hitting the X button and the solver is still running, the program will may stay on until the solver finished.