Skip to main content

A simple python library to generate customizable random passwords in python!

Project description

RandomPassword

A simple python library to generate customizable random passwords in python!

Installation:

pip install RandomPassword

Import:

import RandomPassword

Making a simple password:

import RandomPassword

a = RandomPassword.RandomPassword()
password = a.generate_random_password(length=10)
print(password)

Customizing your password:

The generate_random_password() has some parameters to customize the password!

  • include_upper_case_alphabets ---> Set to 'True' if you want uppercase alphabets in your password
  • include_lower_case_alphabets ---> Set to 'True' if you want lowercase alphabets in your password
  • include_special_characters ---> Set to 'True' if you want special characters in your password
  • include_numbers ---> Set to 'True' if you want digits in your password

Thank you!

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

RandomPassword-1.0.tar.gz (3.0 kB view details)

Uploaded Source

File details

Details for the file RandomPassword-1.0.tar.gz.

File metadata

  • Download URL: RandomPassword-1.0.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.2 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for RandomPassword-1.0.tar.gz
Algorithm Hash digest
SHA256 6bada1918a436a1eec5c5f758cd3c055bbb2537ce3694cd7b2f620acee0ca2de
MD5 a709c9a5b29276a8d46d95db875e4f07
BLAKE2b-256 e0ae9611a0768ee533c0db4b0e374f491590ad68d674a59e23913c7cad53c4f4

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