word_search v0.2.0 WordSearch.Alphabet View Source

The list of characters to be used in the word search. For any case, the characters used in the input words will be used in the alphabet. For "easy" difficulty, the full alphabet will be used. Special characters will only be included if the input words contain them.

Link to this section Summary

Functions

Return a list of characters to be used based on the input words, difficulty and language

Link to this section Functions

Link to this function

list(words, arg2, language)

View Source

Return a list of characters to be used based on the input words, difficulty and language