Skip to content

A python script to find words in a dictionary with a search pattern

License

Notifications You must be signed in to change notification settings

martinhoeller/wrdlr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

wrdlr

A python script to find words in a dictionary with a search pattern. It powers the Mac app wrdlr.

Usage:

  wrdlr.py --dict <dictfile> --pattern <pattern> [--minlen <minlen>] [--maxlen <maxlen>]

Example:

  ./wrdlr.py --dict /usr/share/dict/words --pattern col* --minlen 5 --maxlen 7

About

A python script to find words in a dictionary with a search pattern

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages