A password generator inspired by the Xkcd password spec
Introduction This python script implements the xkcd password spec. Install This package requires the pip Python package manager for installation. pip installation instructions. Then: pip install xkpa Usage % xkpa -h usage: xkpa.py [-h] [-n] [-d DICT_PATH] [-x] [-i] [-s SEPARATOR] [-l LENGTH] [-c COUNT] [-v] [w] Generate an xkcd style password. positional arguments: w The number of words in the password. Defaults to 4. optional arguments: -h, --help show this help message and exit -n Disab