a simple picross solver
To install just clone and python setup.py install
Create a puzzle file that looks like the following:
cat sample_puzzle.txt
[rows]
1 1
3
1 1
[cols]
3
1
3
Execute with the following
picrosolve solve sample_puzzle.txt
==== Solved ====
----------------
| | 3| 1| 3|
----------------
| 1 1|⬛|❌|⬛|
| 3|⬛|⬛|⬛|
| 1 1|⬛|❌|⬛|
----------------
There are 6/6 solved sequences