Categorygithub.com/AlperAkca79/rpg
module
0.0.0-20230622113710-1725acee2920
Repository: https://github.com/alperakca79/rpg.git
Documentation: pkg.go.dev

# README

rpg

rpg

What is rpg?

rpg is random password generator runs in your terminal/console.

How to Use?

First, you need to install rpg from here.

  • Open your terminal and type this:
rpg [options]

rpg_usage

Options

-length <integer>: Chance to add number to your password. You can type from 0 to infinity.

-uppercase: Chance to add uppercase letters to your password.

-lowercase: Chance to add lowercase letters to your password.

-number: Chance to add numbers to your password. (0123456789)

-special: Chance to add special characters to your password. This argument contains the special characters !, @, #, $, %, ^, &, *, (, ), _, -, +, =, [, ], {, }, |, ;, :, ,, ., <, > and ?.

-repo: Opens GitHub repository of rpg in your browser.

-h, --help: Prints help message of rpg.

Examples

  • Command:

    rpg -length 12 -uppercase -number

    Output:

    CRSFGLCQLRA2

  • Command:

    rpg -length 16 -lowercase -special

    Output:

    !ya$^}w.gb[d]iy&

  • Command:

    rpg -length 18 -uppercase -lowercase -number -special

    Output:

    Obi}M[UnmO3@0,EfZw

# Packages

No description provided by the author
No description provided by the author