tpjwm / WordSearch

a little cmd line word search generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WordSearch

Command line word search generator

Places words in 8 directions

Variable in size and number of words

Currently the user enters words but this can be easily changed to pull from other sources as well

Solution and Word Entering

The rest of the search is populated randomly although this could be changed to a probability distribution that takes in account the most commonly used letters in English words (i.e, Z would be a lot less common than A or E)

Fully populated word search

About

a little cmd line word search generator


Languages

Language:Python 100.0%