Press q for a random word instantly, press space to specify how many letters you want, and press t for a specific word When you're using the specific word search, 1 letters should take less than 100, 2 letter words take about 1000, and 3 letter words take roughly 50000. It hasn't worked with a 4 letter word yet, but maybe it will at some point. Pressing W will crash your computer
I made this in like 20 mins lol To figure out how many words you can make, use 27^x, where x is the number of letters in the word. For example, a one letter word would be 27 different options, either any letter in the alphabet or a space. A two letter word would be 27^2, or 729 different combinations.