xkcd_pass v1.0.9
xkcd_pass v1.0.9
A flexible and scriptable password generator which generates strong passphrases, inspired by XKCD 936
Change Log
- Version 1.0.9
- Fix issues with README.md badges after rename.
- Update
--help
forMIN_LENGTH
andMAX_LENGTH
. - Update number of words in password to 4 by default.
- Restructured tests into individual files to neaten up codebase.
- Added static type annotations to the codebase.
- Added support for
zulint
to run various code linters easily.