Skip to main content

Random Password Generator

Project description

psgen

Pypi tests docs MIT licensed

Description

Random password generator made with python.

Installation & usage

$> pip3 install psgen

$> psgen
52db9s%NhA1C

Install from source

git clone https://github.com/Nneji123/psgen.git
cd psgen
pip install -e .

Use within another Python script

>>> from src.psgen import generate_password

>>> generate_password(12) # this will print out a 12 character password
'52db9s%NhA1C'

Advanced options

$ psgen -h
usage: psgen [-h] [--number NUMBER]

Generate a random password with numbers, symbols and letters.

optional arguments:
  -h, --help       show this help message and exit
  --number NUMBER  Write the length of the password you want to generate.The default value is 12. Example psgen --number 12

Happy password creating! :)

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

psgen-1.0.1.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

psgen-1.0.1-py3-none-any.whl (5.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