Skip to content

A Python script that automates the game of Sudoku and enters it automatically into the website.

License

Notifications You must be signed in to change notification settings

MusadiqPasha/Sudoko-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoko-Solver

forthebadge made-with-python

  • 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 and Pyauotgui to type the number's.

What steps you have to follow??

  • 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 .

- Just run `sudokosolver.py` file .

Project flow & explaination

  • 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.

Screenshots

Disclaimer

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.

Just follow me and Star ⭐ my repository

Thank You!!

Happy Sudoking!

About

A Python script that automates the game of Sudoku and enters it automatically into the website.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages