KevinZiadeh / Sudoku-Solver-Generator

Sudoku solver and generator using python with a GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sudoku solver and generator using python with a GUI


Languages

Language:Python 100.0%