Provides a solution to a given sudoku puzzle. Done using python and tkinter
Follow the given steps to solve any sudoku puzzle:
Missing features:
- "Clear all" button (clears the entire grid to enter new set of values)
- No steps taken to validate the entered set of numbers (If user enters numbers which do not follow the rules of sudoku, eg. user enters the same number twice in a row)
- Better GUI