Skip to main content

This is a Python package to generate a password easily in one line. You can use your projects for random fill during project development.

Project description

Passgen (Password Generator For Python)

This is a Python package to generate a password easily in one line. You can use your projects for random fill during project development.

Installation

pip install pasgen

Usage

from pasgen import Pasgen
test = Pasgen()
print(test)

Parametres

lenght (default = 7)

Pasgen(length=10)

This parameter is the password length that you created.

puncChars (default = False)

Pasgen(puncChars=True)

This parameter adds punctuation characters.

lowerCase (default = True)

Pasgen(lowerCase=True)

This parameter adds lowercase characters.

upperCase (default = True)

Pasgen(upperCase=True)

This parameter adds uppercase characters.

Base64(default = False)

Pasgen(Base64=True)

This parameter encodes the password in base64.

ROT13(default = False)

Pasgen(ROT13=True)

This parameter encodes the password in ROT13.

ROT47(default = False)

Pasgen(ROT47=True)

This parameter encodes the password in ROT47.

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

pasgen-0.7.0.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pasgen-0.7.0-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file pasgen-0.7.0.tar.gz.

File metadata

  • Download URL: pasgen-0.7.0.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.3

File hashes

Hashes for pasgen-0.7.0.tar.gz
Algorithm Hash digest
SHA256 82a589da082cda404bcf08096ee45a8f83cee535dc19591d49b9a0f89dbb9c56
MD5 7965c657476e6e5ce558acf626e8f67a
BLAKE2b-256 65673adc1cadf0061a655619ab40bef89a94b1f023d353a420ac64487dfca895

See more details on using hashes here.

File details

Details for the file pasgen-0.7.0-py3-none-any.whl.

File metadata

  • Download URL: pasgen-0.7.0-py3-none-any.whl
  • Upload date:
  • Size: 3.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.3

File hashes

Hashes for pasgen-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 693f6312fd6b9d6b4b5d4b312287174cab5f800d749138c99c1474b02da45de5
MD5 5c51f9b929c00a19d246f27a9bdb2971
BLAKE2b-256 39e5f32715b47f051e7a659c87cbff95c78d84b4d5fd7031031726167f7e955c

See more details on using hashes here.

Supported by

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