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 passwordinclude_lower_case_alphabets---> Set to 'True' if you want lowercase alphabets in your passwordinclude_special_characters---> Set to 'True' if you want special characters in your passwordinclude_numbers---> Set to 'True' if you want digits in your password
Thank you!
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)
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bada1918a436a1eec5c5f758cd3c055bbb2537ce3694cd7b2f620acee0ca2de
|
|
| MD5 |
a709c9a5b29276a8d46d95db875e4f07
|
|
| BLAKE2b-256 |
e0ae9611a0768ee533c0db4b0e374f491590ad68d674a59e23913c7cad53c4f4
|