Skip to content

LaunaG/PythonTKinterExperiments

Repository files navigation

PythonTKinterExperiments

Created 2015

Word Search Solver

Receives a crossword puzzle in the form of a one-dimensional array of strings and then launches a GUI allowing the user to enter a word or phrase to find. The words and phrases can be located backwards and forwards in the puzzle's rows, columns, and diagonals.

Next Steps

  • Currently, puzzles must be manually entered letter by letter. I hope to read about computer vision and available PDF-editing tools in order to generate puzzles based on scanned pages.
  • Offer users the choice of one or more highlight colors.
  • Bind "Enter"/"Return" key to button for ease of use.

5 x 5 Puzzle

alt text

12 x 12 Puzzle

alt text

About

Some early experiments with Python and TKinter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages