Skip to content

Instantly share code, notes, and snippets.

View ahmedkhalf's full-sized avatar
🐧

Ahmed Khalf ahmedkhalf

🐧
View GitHub Profile
#!/usr/bin/python3
from shutil import which
import os
from tqdm import tqdm
import time
import logging
import subprocess
import sys
@ahmedkhalf
ahmedkhalf / Sudoku.com AI Solver.py
Last active January 12, 2024 16:12
Solve sudoku.com using Selenium!
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
import time
# Make sure chrome driver is in your path,
# full download totorial on official python selenium website.
# Start broswer with sudoku.com