Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/voilalex/via-sudoku-solver

Sudoku game based on cv2 with autosolver.
https://github.com/voilalex/via-sudoku-solver

Last synced: about 2 months ago
JSON representation

Sudoku game based on cv2 with autosolver.

Awesome Lists containing this project

README

        

# Sudoku solver | VIA

## Installation

To install sudoku solver type the following in the terminal:

```bash
pip install via-sudoku-solver
```

## Usage

To start sudoku-solver type the following in your terminal:

```bash
via-sudoku-solver
```

For help about arguments type:

```bash
via-sudoku-solver --help
```

## License

[MIT](LICENSE.md)

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).