This Python program uses the Selenium library to automate the solving of Sudoku puzzles on the websudoku.com website.
To use the program, simply clone this repository and run the sudoku.py
file. The program will open a new Edge browser window and navigate to the websudoku.com website. It will then automatically solve the puzzle and enter the solution into the website.
The program requires the following Python libraries:
- Selenium
- pyautogui
This program is licensed under the MIT License.