Skip to main content

The package is intended to generate a secure and complex password

Project description

# Secure password generator project # Required optional arguments for the function

# The values of below arguments should be a string # upper_case=”yes/no” # lower_case=”yes/no” # numeric_case=”yes/no” # punctuations_case=”yes”

# The value of password length should be an integer # password_length=12

# Default values # upper_case=”yes” # lower_case=”yes” # numeric_case=”yes” # punctuations_case=”yes” # password_length=12

# Sample command line usage # password_generator = SPG() # my_password = password_generator.password_brew() # print(my_password)

# We can use the below mentioned arguments as and when required along with the Class declaration. # upper_case=”yes” # lower_case=”yes” # numeric_case=”yes” # punctuations_case=”yes” # password_length=12

# password_generator = SPG(upper_case=”no”,lower_case=”no”,numeric_case=”no”) # my_password = password_generator.password_brew() # print(my_password)

Change Log

0.0.1 (17/12/2022)

  • First Release

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

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