Sudoku puzzle solver program
Project description
sudoku-solver.
Description
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
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
Support
LICENCE
Acknowledgements
Project details
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file sudoku-solver-tek-1.0.tar.gz
.
File metadata
- Download URL: sudoku-solver-tek-1.0.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.8.0 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03ab3b76dd9c6823d45f9dde82bf9f11662742aa84118d4f4df49e28d6ce2505 |
|
MD5 | d52a954f44f1d0fb0473c2cfcab493f3 |
|
BLAKE2b-256 | f5adde0442d77d1dc4a896cf0995d9b476b060d030906f7c3a335368cf36a2ea |
File details
Details for the file sudoku_solver_tek-1.0-py3-none-any.whl
.
File metadata
- Download URL: sudoku_solver_tek-1.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.8.0 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 197582d09e8c734bdd0a7b92f89f1ab92873526875c6c8970892ae22908468ab |
|
MD5 | 5bb8a132207bcc907ebac3dc0bca4ad5 |
|
BLAKE2b-256 | f74d9cd065d496336a5ec6fdd65f9c327effeaaa493ee637873b913043395c08 |