Sudoku solver example made with modern Python
Only Python 3.11. Doesn't need anything else.
For Input and Output is used JSON file format.
Input examples are in inputs
directory.
python3.11 sudokuso.py -i "inputs/sudokos.json" -o "output_sudokos.json"