Skip to content

Instantly share code, notes, and snippets.

View renatokuipers's full-sized avatar
💭
I may be slow to respond.

renatokuipers

💭
I may be slow to respond.
View GitHub Profile
@renatokuipers
renatokuipers / sudoku.py
Created October 31, 2019 12:45
Sudoku Bot/solver
#https://www.codepile.net/pile/AB9vZ6xy#
#this is a colleborative code notepad so others can also work in this script.#
from PIL import ImageGrab, ImageOps
import pyautogui, time, math
import numpy as np
class Grid:
coord1 = (715,212)
coord2 = (774,212)