GitHunt
CU

cubetastic33/crossword-solver

A simple solver for word cookies

crossword-solver

A simple solver for word cookies

Run locally

  • Install dependencies

    $ pip install -r requirements.txt
    
  • Run local development server

    $ FLASK_APP=main.py FLASK_ENV=development flask run
    
  • The webpage will be available at http://localhost:5000

Contributors

Created April 19, 2020
Updated July 25, 2023
cubetastic33/crossword-solver | GitHunt