Generate a list of words that only contain the specified letters from a given dictionary. Intended to create targeted lists of words for practicing certain sequences of characters on Monkeytype.
Flag | Default | Description |
---|---|---|
-d |
"dictionary.txt" |
The file containing the words to filter, one per line. |
-l |
Required, no default | The characters you want to filter for. Example: abc will output words from the dictionary containing some combination of a , b , and/or c |
-o |
"output.txt" |
The file to write the words to. |
-m |
1 |
The minimum size of words to filter for. |
Example: wordlist-generator-win.exe -d "words.txt" -o "save.txt" -l aeioubcd -m 4
If you are using this to make a custom dictionary for MonkeyType, do the following on the main page:
- Click
custom
in the top right - Click
change
belowcustom
- Paste the contents of
output.txt
into the text field - Select your desired options below that and click
ok