You want a Sudoku puzzle to solve Or you have a One you want to have it solved? Here are Two programs for making Sudoku puzzle and for solving it.
For sharpen my skills in Python, I got different project ideas varying in difficulty. I want to make them all. This is the first one.
Getting a Sudoku with it's solution
Inserting a Sudoku to get it solved
You only need Python 3 installed to use Sudoku maker and solver.
Simply from the command line navigate to the directory where you want to save it to and clone down the repository using
git clone https://github.com/AbdelaziizK/Date-of-Birth-Guesser-and-age-calculator/
You just need to run UseSudoku code and there you go!
python UseSudoku.py
It'll handle all your choices. Whether you want a Sudoku puzzle or you want a solved one (why you want a solved one? Anyway....) or you want a Sudoku puzzle with it's solution or you want it to solve one you already have!
You are welcome to share any idea or report a bug or if you want to enhance the project. As easy as making a pull request.