Skip to main content

A random password generator

Project description

Random Password Generator

A Python package to generate random, secure passwords.

Example usage

if __name__ == "__main__":
    password_generator = PasswordGenerator()


    Generate 5 unique passwords
    for _ in range(5):
        password = password_generator.generate_password(
            length=16, 
            use_upper=True, 
            use_lower=True, 
            use_numbers=True,
            use_special=True)
        print("Generated password:", password)`

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

random_password_generator2024-0.1.0.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

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

random_password_generator2024-0.1.0-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file random_password_generator2024-0.1.0.tar.gz.

File metadata

File hashes

Hashes for random_password_generator2024-0.1.0.tar.gz
Algorithm Hash digest
SHA256 39a92df17ce136d18e0fae893a26c40ffcaf13ed27f749f02f9cd534b7f10bda
MD5 9675ffd4ea2613b393fd813c1f757a10
BLAKE2b-256 226c9e2b9352e00d0a2f20112486c9eb5945051f6f3b50410f92bd1c84d573be

See more details on using hashes here.

File details

Details for the file random_password_generator2024-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for random_password_generator2024-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c813b9497d8ae47d72efe976e428a89ad26dc28a7a933b1237dac420e6b8abb6
MD5 ade5ddd43a2495f9100a4e041665b3ab
BLAKE2b-256 3eb61758cd25d74c4d64e83a186ea4a7c62bed52f8e3fd350201d977f3c65de5

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