Skip to content

This program is written by Python Django, and used to solve Sudoku from other places.

Notifications You must be signed in to change notification settings

percent4/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Sudoku-Solver

This program is written by Python Django, and used to solve Sudoku from other places.
If you want to run this program, make sure that Python3 and Django are installled in your computer. Here the Django version is 1.8.
First, you need to modify the 'Templates DIRS' in settings.py in this project, which guarantees that your program runs successfully!
After the modification, you can easily run the program in following steps:

  1. Enter into directory Sudoku.
  2. Enter "python3 manage.py runserver 8000" in your commandline.
  3. Enter "http://localhost:8000/index" in one of your broswers.

Hope you enjoy this project!

About

This program is written by Python Django, and used to solve Sudoku from other places.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published