advaittrivedi1122 / Sudoku-Solver

Sudoku Solver is a Django project which solves the sudoku board provided by the user using a python backtracking algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sudoku-Solver

Sudoku Solver is a Django project which solves the sudoku board provided by the user using a python backtracking algorithm

Steps to try this out :-

1 - Make sure you have python3 and django installed on your local machine.
2 - Clone this git repo on your loacl machine.
3 - Open the Sudoku_UI directory.
4 - Open terminal in the current directory.
5 - Run command - python manage.py runserver
6 - Open the browser and type url - http://127.0.0.1:8000/
7 - Modify the Sudoku board as per your preference.
8 - Click on solve button to see the solved sudoku board.

Enjoy !!! โœŒ๐Ÿ˜‹

About

Sudoku Solver is a Django project which solves the sudoku board provided by the user using a python backtracking algorithm


Languages

Language:Python 48.3%Language:HTML 39.7%Language:CSS 10.3%Language:JavaScript 1.7%