A simple password generator using existing tools
Project description
gen_password
python package to generate automatically random complex password
gen_password
A brief description of your package goes here. Include any unique features or benefits of your package.
Table of Contents
Installation [install]
To install this package, you can use pip :
pip install gen_passwrd
Usage [usage]
Here's a brief overview of how you can use this package. Provide more detail if necessary.
Generation of complex password
import gen_passwrd as gen_pass
pass_generator = gen_pass.Password()
complex_password1 = pass_generator.generate_password()
# output : B/z4CY8s5A('z]D (lenght = 15)
complex_password2 = pass_generator.generate_password()
# output : 9]inB#Q?y3*[tSk (lenght = 15)
complex_password3 = pass_generator.generate_password(30)
# output : -e`}5$#dkU[t-:hyWB{DjtYr1872cQ (lenght = 30)
complex_password4 = pass_generator.generate_password(10)
# output : }]'iqa(?#! (lenght = 10)
Generation of password containing only alphabetic letters
import gen_passwrd as gen_pass
letters_password1 = pass_generator.generate_password_letters()
# output (lenght = 15 [default value]): XejyBkSBJXkrYNf
letters_password1 = pass_generator.generate_password_letters(30)
# output (lenght = 15): UcbqvMgRZpIRKwfJZRvxzQjxtfEeCC
letters_password1 = pass_generator.generate_password_letters(10)
# output (lenght = 15): dYNxNnWbDL
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
gen_passwrd-0.1.tar.gz
(2.6 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 gen_passwrd-0.1.tar.gz.
File metadata
- Download URL: gen_passwrd-0.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06b5f3bac1d72d5c95053a5ec5ded6200f8eac4601518960f5c869f78cd2a0f1
|
|
| MD5 |
57bd93016530219b1df8c36173a1520d
|
|
| BLAKE2b-256 |
c77c1db1f67982223d5aa1fa3081deedbde94d131b368505d06dbe7aff4489f5
|
File details
Details for the file gen_passwrd-0.1-py3-none-any.whl.
File metadata
- Download URL: gen_passwrd-0.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbbf8a41f6d5e747a82d343d1073c5cc411afdc338d9ad0d0c536106d229594d
|
|
| MD5 |
16b053c4a01317d5e7bb2e09266b0f75
|
|
| BLAKE2b-256 |
d8e0d98c5ff13463de4957ae7b5a5c22f92c2bb702a9eaac1857eb743392c81a
|