Skip to main content

Password Generator For Python

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.core 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.5.tar.gz (3.7 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.5-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for pasgen-0.5.tar.gz
Algorithm Hash digest
SHA256 2b67d428633767a86a554f36eae80c1938d8c498786c60139dfc7f672cf48e05
MD5 495c6257caa8e77744af0bd171ac5034
BLAKE2b-256 ad68bfa558739d292589e00a46da03d5346c2a32f3c1ef88d922951f59f0dcde

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pasgen-0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 b1ac44bc112082114de54eb206b4e00784c02e6714a1b8706791a0d610e9251a
MD5 3d35496a86fe82e9221ff73aa5c7ae14
BLAKE2b-256 11e1708c3f1f669f12dbb4db48e750f2d6bb16224d45f70ccd32ba968c233871

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