Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 435 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 435 Bytes

mkpasswd

Python script and module for generating random passwords. Based on the most fundamental features from Don Libes' expect script. This script is compatible with both Python 2 and Python 3.

Usage

The simplest usage is just

mkpasswd-py

but additional options are available via

mkpasswd-py -h

You can also use the script as a Python module with

from mkpasswd import mkpasswd
password = mkpasswd()