An easy to use password generator
Project description
Easy Password Generator
Tool for generating random passwords. You can choose if you want just letters or letters and special characters.
Installation
You can install the package using pip3:
pip3 install easy_passgen
Use
from easy_passgen import Generator
# Create an instance of the Generator
gen = Generator(12, True) # 12 is the length of the password, and True indicates that you want special characters
# Generate password
password = gen.generate()
#Generate and print password
gen.generate_and_print()
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
easy_passgen-0.1.0.tar.gz
(1.7 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 easy_passgen-0.1.0.tar.gz.
File metadata
- Download URL: easy_passgen-0.1.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29c6217efb88a611f32affcc81d8c196ca43c5cc902f1732916aff3498b29853
|
|
| MD5 |
664f1652b67af7d1829b1dc3c9fe8c1c
|
|
| BLAKE2b-256 |
6511128fdde14cda235533586b8b1c99983c557c0df00e5660047af84ca9f59d
|
File details
Details for the file easy_passgen-0.1.0-py3-none-any.whl.
File metadata
- Download URL: easy_passgen-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f8a95669eae5eda4b5bd3f0f5e9b142c7b81452e3837cf273284a0771216157
|
|
| MD5 |
d374fc1f59851c8a1e74bc3762185a31
|
|
| BLAKE2b-256 |
9a58951c85f9448843b69313e8781414bb72fcf86552c9566f737e632e913d33
|