This is a SUDOKU SOLVER Graphical User Interface made with backtracking algorithm. It is made using Pygame module.
Python 3.7+
PygameInstall Pygame using
pip install pygame
RUN sudoku_solver_gui.py.
The cell to be entered with a value has to be selected first. For confirming the value, press ENTER on that cell. To delete the value, press DEL. To autosolve, press SPACEBAR.
Planning to implement in Gitpod
Wanting to contribute or regarding any bugs, feel free to open a PR.