Skip to main content

A simple yet powerful password generator

Project description

GenPass CLI

A simple yet powerful command-line password generator.

Features

  • Generate secure passwords with customizable options
  • Copy passwords directly to clipboard
  • Specify password length
  • Include/exclude special characters, numbers, and uppercase letters
  • Quiet mode for scripting

Installation

pip install genpass-cli

Usage

Basic usage:

genpass

# Generate a longer password
genpass -l 16

# Generate password without special characters
genpass --no-special

# Generate and copy to clipboard
genpass -c

# Quiet mode (only output password)
genpass -q

Examples

# Generate a 20-character password with all character types
genpass -l 20

# Generate a simple password (only letters and numbers)
genpass --no-special

# Generate and copy to clipboard silently
genpass -q -c

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

genpass_cli-1.0.0.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

genpass_cli-1.0.0-py3-none-any.whl (3.8 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