This Python project is designed to solve unsolved Sudoku puzzles that you upload in PNG format using a Telegram bot. It utilizes the power of computer vision and the OpenCV library to recognize and solve Sudoku puzzles from images. The solved puzzle is then sent back to you in PNG format.
-
Start the Bot: To begin using the Sudoku solver bot, start a chat with it on Telegram. Search for the bot by its username or use this link: Sudoku Solver Bot.
-
Send Your Sudoku Puzzle: You can upload an unsolved Sudoku puzzle in PNG format to the bot. Make sure the image is clear and well-lit for better recognition.
-
Receive the Solved Puzzle: The bot will process the image and attempt to solve the Sudoku puzzle. Once it successfully solves the puzzle, it will send you back the solved puzzle in PNG format.
-
Enjoy: You now have a solved Sudoku puzzle! Feel free to share it with friends or use it for your own enjoyment.
To run this project locally, you can follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/ozermehmett/sudoku-solver-with-python-opencv.git
- Install the required Python libraries using pip:
pip install -r requirements.txt
- Create a Telegram bot and get the API token. You can do this by talking to the BotFather on Telegram.
- Replace the
TOKEN
variable in thetelegram_bot.py
file with your bot's API token. - Install Tesseract-OCR on your computer and add the file path to System Environment Variables as
PATH
- Run the
main.py
script to start the bot:python main.py
Here's an example of how you can use this bot:
-
Start a chat with the bot on Telegram.
-
Upload a Sudoku puzzle in PNG format.
-
Wait for the bot to process the image and send back the solved Sudoku puzzle in PNG format.
-
Enjoy your solved puzzle!
sudoku_solver_video.mp4
- This project uses the OpenCV library for image processing and recognition.
- The Sudoku solving logic is implemented using Python.
Do not forget to give a start
Then fork this repo, make it BETTER and do not forget to give a STAR