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-tek
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sudoku-solver-tek-1.1.tar.gz.
File metadata
- Download URL: sudoku-solver-tek-1.1.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 |
891a1c3ae3abd3162b4d271847909f66b8a5aa47663704d3a2e708ca66104f8f
|
|
| MD5 |
9e55a09c13832aff6c71557aa3d649a0
|
|
| BLAKE2b-256 |
1609f266cdcfa2b128ee7c4db03b682c88a123af90eb7d9e248a89438a4b6910
|
File details
Details for the file sudoku_solver_tek-1.1-py3-none-any.whl.
File metadata
- Download URL: sudoku_solver_tek-1.1-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 |
a3c838f72afe16fdee4e8282e800a5fd84da4a97205f984965df10b7fe7abc01
|
|
| MD5 |
93370143604e367603f35e3e37ef6a70
|
|
| BLAKE2b-256 |
0065b015a813ea8dbf5782a87f14ebfb73dec8b9ddeeabec77b4f06a40a0bf02
|