Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/voilalex/via-sudoku-solver
- Owner: VoIlAlex
- License: mit
- Created: 2020-04-14T14:24:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T17:44:04.000Z (over 4 years ago)
- Last Synced: 2024-11-11T13:58:15.333Z (2 months ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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).