secretive

A password generator


Keywords
password, generator, secret, random
License
MIT
Install
pip install secretive==0.1.1

Documentation

Secretive

A password generator

Usage

Installation

pip install secretive

Basic Usage

passwordgen.py "giantas"

# character length of 20
passwordgen.py "giantas" --length 20

passwordgen.py --help