# README
password-generator 
Password generator written in Go.
Usage
Usage: password-generator.exe [option]
OPTIONS:
-gui
show GUI
-help
displays this help message
-length int
password length between 1 and 128 (default 20)
-version
print version and exit
Examples:
$ password-generator
xhGb){dl0lsbk_T6dZDv
$ password-generator --length 15
dtB{#hP_C)C^D4a
Inspired from:
# Functions
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author