rpg

module
v0.0.0-...-1725ace Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 22, 2023 License: MIT

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

Directories

Path Synopsis
cmd
rpg
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL