Skip to main content

Generate random password

Project description

pass-gen

A command line interface (and Python library) for generating passwords

Installation

$ pip install pass-gen

Command line usage

$ pass_gen

by default password length is 12

$ pass_gen -l 10

or, you can set the length. This value must be between 8-16

Python usage

import pass_gen

# Set password length to 10. Default 12
password = pass_gen.generate(10)

Contributors

License

pass_gen is licensed under the MIT license. See the license file for details.

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.5.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

pass_gen-0.0.5-py3-none-any.whl (4.4 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