Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 441 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 441 Bytes

Sudoku-Solver-Using-Tkinter

This program is written in python. It will help you find a valid solution for a sudoku puzzle.

Requirements:

  1. Python3 IDLE
  2. Tkinter Module

image

Note:

To install python3: https://www.python.org/downloads/

To install tkinter module in windows:

Run this command in command prompt: pip install tk