Skip to content

ayush1997/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-Solver

This is a Python Flask App that solves the sudoku problem given by user.

####To see the output click Here

How to run :

To run this app on your local machine :

  1. Clone this github

    $ git clone https://github.com/ayush1997/Sudoku-Solver.git sudoku-solver
    $ cd sudoku-solver
  2. create new virtual environment

    $ sudo pip install virtualenv
    $ virtualenv venv
    $ source venv/bin/activate
    $ pip install -r requirements.txt
     ```
    
  3. To run:

     python app.py


### Deploy:

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)


### Modules/Libraries used :

* python 2.7
* flask 0.10
* jquery 2.1.4
* bootstrap 3.3.6

About

Flask app which solves sudoku problems. View the app at:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages