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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for password-generator-spg-melvinsatheesan-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fae16498f8074226502ef1fd78cc38af6bdbbe9587a994a17f9bff78696323bc |
|
MD5 | b60cb7e3453e095767be8fb9b3acca34 |
|
BLAKE2b-256 | ad5420874f74036cbc36685926cd727e74f1816da5d2da95ec47376749a58b9b |