A simple password generator. To generate password it uses all combinations like like Uppercase, lowercase letters, numbers and special characters.
Installation
Fast install:
pip install robust-password-generator
For a manual install get this package:
wget https://github.com/ravitejasravi/robust-password-generator/archive/refs/heads/master.zip unzip master.zip rm master.zip cd mygmap-master
Install the package:
python setup.py install
Example
from password_generator import robust
# generate password, by default length will be 8
print(robust.password_generator())
# now length will be 10
print(robust.password_generator(10))
Release files for robust-password-generator 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| robust-password-generator-0.0.3.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| robust_password_generator-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.2 kB
Release files / robust-password-generator-0.0.3.tar.gz
| Download URL | robust-password-generator-0.0.3.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c04069ae33a3a934cbe63c13c7ba7e32b1adf5f6cba7761f2571ffa87898ae1d
|
|
BLAKE2b-256 checksum How to use checksums |
fb3f87ef510914db38166e9ba5532b173c8b2ee87ea804c8df2c599818d77561
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.2
|
Release files / robust_password_generator-0.0.3-py3-none-any.whl
| Download URL | robust_password_generator-0.0.3-py3-none-any.whl |
|---|---|
| Size | 3.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ec95c121da0a70a3ed37f77ecafa8cd8f9daac325c547a52e28dd7e2a674ec26
|
|
BLAKE2b-256 checksum How to use checksums |
ccc3e7328c7962ec1dbfab23bd012da72355709441e33ab91da68f1893dcdd8b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.2
|