A simple random password generator for Python.
Project description
randpassgen
A simple and customizable random password generator for Python.
Features
- Choose length
- Enable/disable uppercase, lowercase, digits, and symbols
- Easy and lightweight
Installation
pip install randpassgen
Usage
from randpassgen import generate_password
pwd = generate_password(length=16, symbols=True)
print(pwd)
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
randpassgen-0.1.0.tar.gz
(1.6 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 randpassgen-0.1.0.tar.gz.
File metadata
- Download URL: randpassgen-0.1.0.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b96af7de8c87b815447e63cfcefb99a48c188298c6e64a1d8b857c2b32c77fd
|
|
| MD5 |
6c429fd57f0bd0698c6038f28a1c8303
|
|
| BLAKE2b-256 |
f0e32447cd72eb54a499bb83a3deeeadb55c33cc68195cb4f738b75e03a50fc0
|
File details
Details for the file randpassgen-0.1.0-py3-none-any.whl.
File metadata
- Download URL: randpassgen-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af724f9e50c0abc8cf529878b6426c54738e1053287fa1879346f7aef42b2cdf
|
|
| MD5 |
02f047db80cd158b1efd0665f05e81fb
|
|
| BLAKE2b-256 |
f4ff43a53cb4b81eb9dc495e2dd2dbb603a98271649f9299120b3ca707f6a8e1
|