Generate passwords within your scripts or programs in one line!
Project description
The Password Generator
Generate passwords more easily with complexities!
Installation
Simply run the following on your command line,
$ python3 -m pip install thepasswordgenerator
Collecting thepasswordgenerator
Downloading thepasswordgenerator-1.0.0-py3-none-any.whl (14 kB)
Installing collected packages: thepasswordgenerator
Successfully installed thepasswordgenerator-1.0.0
If you are not able to install using pip, you can download the latest package from https://github.com/agent47nh/the-password-generator/releases or click here and install it manually.
$ python3 -m pip install thepasswordgenerator-<version>-py3-none-any.whl
Usage
Use it in your scripts like this
from thepasswordgenerator import PasswordGenerator
generator = PasswordGenerator(length=16, upper=2,
lower=2, special=2, numbers=2)
print(generator.generate_password())
print(generator.generate_multiple_passwords(15))
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file thepasswordgenerator-1.2.1.tar.gz.
File metadata
- Download URL: thepasswordgenerator-1.2.1.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b30aaeb30a4c28b6c04d175d6db63ebd1b211c5e5ef115ea6ecb168f20af3fd2
|
|
| MD5 |
d75e27149def1e1aee2686fa19770d40
|
|
| BLAKE2b-256 |
34b7c7d7a05b65e804c301119acdf36f7d16f7992d09c8932b5cd51925d8f178
|
File details
Details for the file thepasswordgenerator-1.2.1-py3-none-any.whl.
File metadata
- Download URL: thepasswordgenerator-1.2.1-py3-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6606ba250d1a6b0cac4255a33e4223a55db1996279cb491dd75e4a5a0cf04d4f
|
|
| MD5 |
69df84e666bc2b48e5a6ef8dc6dd9c3f
|
|
| BLAKE2b-256 |
648433065be6e5814581828ff38a57ba6e6540aa9c3191870ecbcb3e97fc77d4
|