- This repository contains a Python script that automates the game of Sudoku and enters it automatically into the website.
- It works on 3 websites SUDOKO.COM , LIVESUDOKO.COM and USDOKO.COM
- It uses
Pytesseract
to detect the numbers from the screenshot of the sudoko table andPyauotgui
to type the number's.
- First install the tesseract-OCR and ADD IT TO PATH .
- Download or clone my Repository to your device .
- type
pip install -r requirements.txt
in command prompt(this will install required package for project) . - You should adjust the screenshot co-ordinates based on your display ratio like this .
- After you run the project , it'll ask you to choose the website that you opened.
- It'll automatically take the screenshot of the region and convert it into numbers
- It'll open an excel file and ask you to confirm if the detected numbers are correct , if not then change them and SAVE the file before CLOSING.
- Then the program will solve the sudoko based on the number's in the excel file.
The Sudoko Solver is intended for educational purposes only. The authors and contributors of this repository are not responsible for any misuse or consequences resulting from the use of this software. Use it responsibly and at your own risk.