Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 597 Bytes

File metadata and controls

12 lines (10 loc) · 597 Bytes

A Python script in order to find possible GREEK words matching a given set of greek letters.
(A way to cheat while playing quizzes :P )

How to use it?

...well
Just edit the file `find_word_containing_letters.py` modifying the variables in the section

##### VALUES TO BE CHANGED

  • wantedLetters <= the set of letters you have to be matched
  • howManyLettersWanted <= the length of the word that has to be found
  • fixedLetters <= if there are any given letters of the hidden word, with their position (position counting starting from 1)