Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/syntapy/word_search

Python program to solve a word search puzzle
https://github.com/syntapy/word_search

Last synced: 22 days ago
JSON representation

Python program to solve a word search puzzle

Awesome Lists containing this project

README

        

I once took a one credit karate class, and our final exam involved doing a word search puzzle so I wrote a python program to solve it.

sheet1.txt: original crossword puzzle which I hand typed into the text file.
find.txt: list of words to be searched for
found.txt: words from find.txt as they are in sheet1.txt

Enjoy!