Small library to get a svg representation of a sudoku grid, with corner / center mark and coloring support.
Intended as a toy project and python template for small projects, covering basic python packaging and testing.
SVG template and CSS code borrowed from https://github.com/grantm/sudoku-web-app.
$ python setup.py install
Example usage in Jupyter Notebook: usage_example.ipynb
Didn't manage to get github show inline svg in that jupyter notebook, so here's a sample output:
- pylint this
- add support for testing
- cleanup css
- migrate to pypa?
- allow SudokuGrid to work with friendly coordinates (row, col) just as ViewableSudokuGrid does.
- input validation in corner / center marks
MIT. See LICENCE file.