A simple password manager for generating and validating passwords.
Project description
Python Password Manager Library
This is a Python library that generates random passwords with a specified length, complexity, and character set. Also gives a score of given password.
Usage
from password_manager import generate_password , password_strength # Import the library
password = generate_password(length=12, use_letters=True, use_digits=False, use_symbols=False, exclude_chars="a") # Generate a password
print(password) # Print the password
print(password_strength("Emr")) # Check the password strength. Result is like: 3 / 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
File details
Details for the file emr-password-manager-1.2.0.tar.gz
.
File metadata
- Download URL: emr-password-manager-1.2.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8088622435f4096091183d97ad7ef43144e80815603cbdec1973c9fb5299c187 |
|
MD5 | c7ac1afdd90cea3d20ebbad514812f6f |
|
BLAKE2b-256 | 9fe8d2888564f3a784c74462485fda58ceef4ec033f9b2beec345dd77a61dfee |
File details
Details for the file emr_password_manager-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: emr_password_manager-1.2.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abca398e72b05cc3c90c2eba15abface409c60333e73fb1f68228df017af4bc6 |
|
MD5 | 9ee7a466bb642aa8921c1907d1898545 |
|
BLAKE2b-256 | b9c731b8c8726f6cd97d61a2fcd2d39e267e041099e66bc230c90d7fce308b53 |