Skip to content

arhh/word-search-solver-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

word-search-solver

A word search solver written in Python 3.

Requirements:

  • Python 3
  • tkinter package

Usage:

  • Execute word_search_view.py
  • Click the button "Set up Word Search"
  • Specify number of rows and columns, and the words to find in the "Wordsearch Configuration" window.
  • Click "Generate Grid" to generate an empty grid, the configuration window will close.
  • Fill in the empty grid and click "Solve Wordsearch".
  • The location of the first character of the matched words will be highlighted in the word search.

Known Limitations:

  • Maximum grid size is 20 x 20.

About

A word search solver written in Python

Topics

Resources

Stars

Watchers

Forks

Languages