A simple GUI based python code that solves sudoku puzzles for us (either to cross check or just solve and help us copying it)
Uses backtracking algorithm
- Run the file (make sure pygame is installed)
- Click on the places you want to apply the numbers (that box would turn grey)
- Enter desired number
- After board is filled click space bar for it to solve
- Tada !!