Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 509 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 509 Bytes

A toy library that I use as a means to explore ASTs, typing, and now CI. The implementation is really overwrought for the task.

python package

wordlist

Generates lists of words from a variety of sources for test purposes.

sources

xkcd_pass

Yet another implementation of "correct horse battery staple" from xkcd using the WordList class.