/Sudoku-Solver-Generator

Sudoku solver and generator using python with a GUI

Primary LanguagePython

Sudoku-Solver-Generator

Sudoku solver and generator using python with a GUI.

Requirements

To be able to run this program, the following is needed

* Python 3.7 or BELOW.
* Kivy 1.11.1

Overview

This project consists of implementing a sudoku solver that can solve any given sudoku, and it can generate a random valid sudoku depending on specified difficulty.

Usage

$ git clone https://github.com/KevinZiadeh/Sudoku-Solver-Generator.git
$ cd Sudoku-Solver-Generator
$ pip install -r requirements.txt

Run

In order to run this application, make sure you have the correct python and kivy version installed then run

$ python gui.py