Generate random password
Project description
pass-gen
A command line interface (and Python library) for generating passwords
Installation
$ pip install pass-gen
Command line usage
$ pass_gen
by default password length is 12
$ pass_gen -l 10
or, you can set the length. This value must be between 8-16
Python usage
import pass_gen
# Set password length to 10. Default 12
password = pass_gen.generate(10)
Contributors
- Abdulrahman M. Zaky (https://www.github.com/Aionmone)
License
pass_gen is licensed under the MIT license. See the license file for details.
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
pass-gen-0.0.5.tar.gz
(3.4 kB
view details)
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 pass-gen-0.0.5.tar.gz.
File metadata
- Download URL: pass-gen-0.0.5.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7519a1736e977dd23d7e456da502b019d78bef0f4e143a6e6e7da765ee315b78
|
|
| MD5 |
e76b07ffe1099517d53059f40dabf3ea
|
|
| BLAKE2b-256 |
b07828fd53594bc46f754599169079dbfc8439e6171840a75915af754a2064ad
|
File details
Details for the file pass_gen-0.0.5-py3-none-any.whl.
File metadata
- Download URL: pass_gen-0.0.5-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a338bd173eaa963d907df6e1a54f3dac3983875aa8dd14ef9e39309de56ad9b
|
|
| MD5 |
ded895b5c6a258d5165c06f35b1243ca
|
|
| BLAKE2b-256 |
cd20836ea85a29e21b11ad9aedbd257ff71bffe6cc629a7eaabf1e330cc62a24
|