Skip to content

thomdixon/mkpasswd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

Releases

No releases published

Packages

No packages published

Languages