Skip to main content

A library to generate and manage passwords in your scripts.

Project description

A Password Generator Library

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

Table of content

Installation

pip3 install psswd_manager

PyPi Package

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.2.tar.gz (2.8 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.2-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: psswd_manager-0.1.2.tar.gz
  • Upload date:
  • Size: 2.8 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.2.tar.gz
Algorithm Hash digest
SHA256 c0e830d023a5ae942e327dde7f22b13610f653c8d15ef524bb735c5298925309
MD5 75ce8c5d226c17023476413780ff0818
BLAKE2b-256 0b4073b8cf3edea1707df403d958bb5660bc4cdc62e6f387e1393b1234104dc4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psswd_manager-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 3.3 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e56381f10a23947e79958b96f638285c5d427a7c330a36f397fb1466cc250856
MD5 6ac6105456f1001e77359f2e07b045c2
BLAKE2b-256 d8a091cddffd8a7d6d84587f46e695f613ad7d15bb1d742c77f95eabae766e48

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