Skip to main content

Simple password generator module

Project description

random-password

This is a simple password generator written in python.

Build Status Docker pulls codecov

If you want to buy me some coffee :D ko-fi

Usage

Basic usage:

usage: pypassword.py [-h] [-s SIZE] [-x]

optional arguments:
  -h, --help            show this help message and exit
  -s SIZE, --size SIZE  Random string size
  -x                    When set, use special characters

Get random password with default size(14):

docker run --rm pipoline/random-password
output:
a8xlHjNEQ1sLFj

When you want to change password length just add -s/--size parameter e.g.:

docker run --rm pipoline/random-password -s 20
output:
bjMhaBqnw5Y8TvsmNLZV

Usage with special characters:

docker run --rm pipoline/random-password -s 20 -x
output:
O`v5|!XnV#N@[UXtg%Ei

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pypassword-0.1.1-py2.py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page