Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Python script and module for generating random passwords

Topics

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages