Skip to content

chinmay29hub/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku-solver

Modules Used : numpy, pyautogui, pyfiglet

  For Windows : pip install numpy
                pip install pyautogui
                pip install pyfiglet
        
   
  For Linux   : pip3 install numpy
                pip3 install pyautogui
                pip3 install pyfiglet

OUTPUT:

Screenshot

These pictures are from a sudoku solver website :

  1. Before Solving

Screenshot

  1. After Solving

Screenshot