Skip to content

A simple and clean Python program for the Crossword Puzzle Solver.

Notifications You must be signed in to change notification settings

Asadali242/Crossword-Puzzle-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

👾 Crossword Puzzle Solver

Returns true if the word is present in the board, false otherwise.

🏗 SETUP

Install the dependencies using the following command:

pip install numpy

⚙️ USAGE

You can change the board and the word by opening the solver.py in a text editor.

Run the program using the following command:

python solver.py

The program will return true if it detects the presence of the given word in the board otherwise it will return false.

About

A simple and clean Python program for the Crossword Puzzle Solver.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages