https://github.com/adwaith-rajesh/0hh1-solver
0hh1 solver for the web (selenium)
https://github.com/adwaith-rajesh/0hh1-solver
0hh1 backtracking-algorithm python3 sudoku-solver
Last synced: 8 months ago
JSON representation
0hh1 solver for the web (selenium)
- Host: GitHub
- URL: https://github.com/adwaith-rajesh/0hh1-solver
- Owner: Adwaith-Rajesh
- Created: 2021-10-30T03:46:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-06T04:51:26.000Z (about 1 year ago)
- Last Synced: 2025-01-13T23:26:07.520Z (10 months ago)
- Topics: 0hh1, backtracking-algorithm, python3, sudoku-solver
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 0hh1 - Solver
Aims to solve the ['0hh1 puzzle'](https://0hh1.com/) for all the sizes (4x4, 6x6, 8x8, 10x10 12x12). for both the web version (using selenium)
# usage
```commandline
# clone the repo
git clone https://github.com/Adwaith-Rajesh/0hh1-solver.git
# get you chrome driver from here. https://chromedriver.chromium.org/downloads
# place the driver in the bin dir of the venv or modify the code to add the drivers path.
# run the following command
python3 main.py web 12
# here 12 stands for the shape of your puzzle, this can be 4, 6, 8, 10, 12
# in order for verbose output you can use this
python3 main.py web 8 -v
```
---
##### Watch the video [here](https://www.youtube.com/watch?v=B-AFMs9CyIY)