Skip to content

UjhhgtgTeams/SudokuSolverQt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. 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.