Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 803 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 803 Bytes

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