A GUI based sudoku solver in python made using the tkinter module which can solve any 9X9 solvable sudoku problem. It uses backtracking to solve the problem efficiently.