oskaerik / sudoku-django

An in-browser sudoku solver written in Python using Django

Home Page:http://oskaerik.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sudoku-django

An in-browser sudoku solver written in Python using Django

The solver is hosted on: http://oskaerik.pythonanywhere.com/

If you want to run the solver locally:

  • Clone the repository
  • Install Django
  • Run python manage.py runserver from a terminal in the root folder
  • Go to http://localhost:8000/ in your browser

If you enter an invalid grid, it will try to find a solution for 120 seconds or until a contradiction was reached. The solver can find solutions for grids with more than one possible solution as long as it doesn't time out.

Happy solving!

About

An in-browser sudoku solver written in Python using Django

http://oskaerik.pythonanywhere.com/


Languages

Language:JavaScript 61.2%Language:CSS 29.0%Language:Python 9.2%Language:HTML 0.7%