Skip to content

Instantly share code, notes, and snippets.

View frakman1's full-sized avatar
🖥️
What's Frakalakin'?

Frak frakman1

🖥️
What's Frakalakin'?
View GitHub Profile
@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
@kemmis
kemmis / Mojave on Windows 10.md
Last active November 12, 2019 04:47
setup iphone tweak dev environment on Windows 10 with Linux Subsystem