Skip to main content

A library to generate and manage passwords on your scripts.

Project description

A Password Generator Library

This library can help you to generate and manage passwords in your programs.

Installation

pip3 install psswd_manager

Usage

Geneate password

You can generate a password selecting the numbers of characters.

from password_gen import generate_password

generate_password(number_of_characters)

Save password

You can save the password in a dictionary with a key value (the object is saved as a value).

from password_gen import save_password

save_password(key_value)

Get password with key_value

You can get a saved password with key value.

from password_gen import get_password

get_password(key_value)

Get current password (recently created)

You can get the last password has been created if you didn't save it.

from password_gen import get_current_password

get_current_password()

Change password saved

You can change the password for an existing and saved password.

from password_gen import change_password

change_password(key, new_password)

Delete password saved

You can delete a saved password, with key value.

from password_gen import del_password

del_password(key)

Show all keys of the passwords saved

You can show all keys of the passwords saved.

from password_gen import show_keys

show_keys()

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

psswd_manager-0.1.0.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

psswd_manager-0.1.0-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file psswd_manager-0.1.0.tar.gz.

File metadata

  • Download URL: psswd_manager-0.1.0.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.2

File hashes

Hashes for psswd_manager-0.1.0.tar.gz
Algorithm Hash digest
SHA256 72408bbff368fe12eed021aff0acc7d5cc20ec8d08af3c48872b6cf25e1be6b9
MD5 f26bd5588cc36106b17a609419148424
BLAKE2b-256 2d60bd8832f3e1e3db77244fc5f1c94099e613ce0fed97f6efe2a3c2bbd53194

See more details on using hashes here.

File details

Details for the file psswd_manager-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: psswd_manager-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 3.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.2

File hashes

Hashes for psswd_manager-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6467f16a67864b8fcc03d76280691b81efe0a2a0cd8d71d9fc9a301f46d94010
MD5 3bc5da5c3b972ec2612bb176c36a8091
BLAKE2b-256 a7198731bd9e31d61b386c7114c1ec390697f3ab02bb52b6daadd344f0618ab4

See more details on using hashes here.

Supported by

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