Skip to main content

Generate random password

Project description

pass_gen

Password generator

Installation

Make sure you have installed python

$ pip install -i https://test.pypi.org/simple pass-gen

How to use?

cli

You can quickly generate password by typing the following command on terminal

$ pass_gen

Options

-l, --length Determine password length this should be between 8-16 Default 12
--help Show help and exit

Package

You can import as package

import pass_gen

Method

generate Generates random password

Example

import pass_gen

password = pass_gen.generate()

Project details


Download files

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

Source Distribution

pass-gen-0.0.4.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

pass_gen-0.0.4-py3-none-any.whl (4.3 kB view hashes)

Uploaded 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