Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

emr-password-manager-1.2.0.tar.gz (2.2 kB view details)

Uploaded Source

Built Distribution

emr_password_manager-1.2.0-py3-none-any.whl (2.7 kB view details)

Uploaded Python 3

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

Hashes for emr-password-manager-1.2.0.tar.gz
Algorithm Hash digest
SHA256 8088622435f4096091183d97ad7ef43144e80815603cbdec1973c9fb5299c187
MD5 c7ac1afdd90cea3d20ebbad514812f6f
BLAKE2b-256 9fe8d2888564f3a784c74462485fda58ceef4ec033f9b2beec345dd77a61dfee

See more details on using hashes here.

File details

Details for the file emr_password_manager-1.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for emr_password_manager-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 abca398e72b05cc3c90c2eba15abface409c60333e73fb1f68228df017af4bc6
MD5 9ee7a466bb642aa8921c1907d1898545
BLAKE2b-256 b9c731b8c8726f6cd97d61a2fcd2d39e267e041099e66bc230c90d7fce308b53

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page