This is module generates passwords
Project description
PassGenerate
PassGenerate is a simple Python library for generating random passwords. It allows you to create secure passwords of a specified length with a mix of characters.
Installation
To install PassGenerate, you can use pip:
pip install passgenerate
Usage
Here is an example of how to use the PassGenerate library to generate a password of a specified length:
from PasswordGenerator import generate
password = generate(10) # 10 is the number of characters in the password
print("Your password is", password)
Requirements
Python 3.x
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 PasskeyGenerator-0.1.tar.gz.
File metadata
- Download URL: PasskeyGenerator-0.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
607d3c7407f4088b12f2a9623a8b2620f50940c44c9007a5c68d724a58234886
|
|
| MD5 |
c11ecfbc96a57311815c233a305ab778
|
|
| BLAKE2b-256 |
c1d62c17444ff489c8759401c85dd5e96ba051e32988c0ccee399734f4d98857
|
File details
Details for the file PasskeyGenerator-0.1-py3-none-any.whl.
File metadata
- Download URL: PasskeyGenerator-0.1-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4aecff005900415eddf0cac58088218f11f4bce9034161228eba681fe1290272
|
|
| MD5 |
2345537d393d3a61b29bd3246f7a5cd2
|
|
| BLAKE2b-256 |
49029be93ad927050379780b26f054d148d894d5e475974e6509de4302f341b6
|