Rohankarmakar / Sudoku_Solver

This is a python project which fetches the daily SUDOKU problems from New York Times sudoku page (https://www.nytimes.com/puzzles/sudoku) and solves it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sudoku_Solver

This is a python project which fetches the daily SUDOKU problems from New York Times sudoku page (https://www.nytimes.com/puzzles/sudoku) and solves it.

Requirements

1. Python must be installed in your machine

2. Selenium

        pip install selenium

To install selenium run the above command in your terminal or cmd

Selenium is used by the scraper to scrape the sudoku puzzle

3. Chrome browser

You can tweak the code to use Firefox webbrowser

Usage :

        python3 sudoku.py (for linux/mac)
        python sudoku.py (for windows)

go to the project folder and run the above command in your terminal. ENJOY ;)

About

This is a python project which fetches the daily SUDOKU problems from New York Times sudoku page (https://www.nytimes.com/puzzles/sudoku) and solves it.

License:MIT License


Languages

Language:Python 100.0%