Skip to main content

Sudoku puzzle solver program

Project description

Build Status License: MIT Organization made-with-python HitCount Inline Docs PyPI pyversions PRs Welcome GitHub pull-requests GitHub version.

sudoku-solver.

Description

TralahM TralahM

Documentation

Solve Sudoku Puzzles with this python script

The Script takes a csv file as input as prints out the solution to the sudoku puzzle to the console. The Csv must be of 9 lines total no blank lines and the values are separated only by commas(no spaces). Empty cells are represented with a zero.

Example File

3,0,6,5,0,8,4,0,0
5,2,0,0,0,0,0,0,0
0,8,7,0,0,0,0,3,1
0,0,3,0,1,0,0,8,0
9,0,0,8,6,3,0,0,5
0,5,0,0,9,0,6,0,0
1,3,0,0,0,0,2,5,0
0,0,0,0,0,0,0,7,4
0,0,5,2,0,6,3,0,0

Read the Docs

Running and Installation

git clone https://github.com/TralahM/sudoku-solver.git
cd sudoku-solver
python solver.py -f puzzles/sample_sudoku.csv

Install the Script from pypi using pip

pip install sudoku-solver
sudoku-solver -f somepuzzle.csv

Contributing

See the Contributing File

See the Pull Request File

Support

LICENCE

Read the license here

Acknowledgements

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sudoku-solver-tek-1.0.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distribution

sudoku_solver_tek-1.0-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page