blogscot / sudoku-solver

A Sudoku solver written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sudoku Solver

A Sudoku solver for easy, medium, and hard puzzles.

Sudoku Solver

Install

After downloading the repository, install the dependencies using the command below. The principal dependency is PySimpleGUI which is used to provide a simple user interface.

It's recommended to activate a virtual environment before installing the dependencies.

pip install -r requirements.txt

Run

The solver can be run using python3 gui.py.

Additionally, there is a menu option Game which contains options to Store and Restore a puzzle.

About

A Sudoku solver written in Python


Languages

Language:Python 100.0%