wordSearch

It is a Python program which helps you to find words in a word maze. it is manual, i.e. you need to enter the maze and words to be searched yourself.

enter rows of text in CAPITAL LETTERS with space between each character then enter words to find with space between them and press enter

Example of input: image

example of output:

image image

requirements: opencv-python numpy