Skip to content

victorr0/Wordsearch-Puzzle-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

badge word_search_dictionary_solver

Solves word search puzzles in Python using a provided dictionary. The provided one is a JSON file containing Dutch words, replace this one if you're looking for another language.

  • Diagonal lines supported
  • Extended the provided dutch dictionary
  • Restructured solver so certain checks can be enabled/disabled easily

Installation

pip install -r requirements.txt

Running the code

Solve the puzzle.txt file by running:

python3 -m solver.main

About

Solves wordsearch puzzles in Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages