Random Password Generator
Project description
A simple password generator. It uses all combinations like Uppercase, lowercase, 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 password_generator
# generate password, by default length will be 9
print(password_generator())
# now length will be 10
print(password_generator(10))
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
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 robust-password-generator-0.0.1.tar.gz.
File metadata
- Download URL: robust-password-generator-0.0.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31c8f142f774fd3f00d2cb48780258238b98726824f4788aec81046a7dbe4922
|
|
| MD5 |
36df1836e723510a4249896a4ddaf7c2
|
|
| BLAKE2b-256 |
801d4ce1c36fe60a92f37a76dc626d8518ef399a176c8d255fe6a015a73350d4
|
File details
Details for the file robust_password_generator-0.0.1-py3-none-any.whl.
File metadata
- Download URL: robust_password_generator-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9ea0c2d593dd770c2587a07ba5bcca6742f5d546548fe9bcab8994c1b928749
|
|
| MD5 |
7047ecf105de52a3e2c8e1816ca180e8
|
|
| BLAKE2b-256 |
c5e3b1705e73550e018f29a520ddc5dc8604ecbe43eb65d634e200d60d2e6c2f
|