Generate password from a sentence
Project description
Sentence to password
This package contains class Password, with one method generate_password.
This method takes one sentence and make it a password by adding number and special character into it
Example:
>>> from sen_pass.password_generator import Password
>>> pw = Password(8, "Sad Autumn Girl")
>>> print(pw.generate_password())
S@d@utumnGirl291
>>> print(pw.generate_password())
S@d@utumnGirl291
>>> print(pw.generate_password())
$adAutumnGirl291
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
sentence_pass-0.2.tar.gz
(1.8 kB
view details)
File details
Details for the file sentence_pass-0.2.tar.gz.
File metadata
- Download URL: sentence_pass-0.2.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.0.1 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
628e9023eaa187bab8c0e87a781a42d851a8ef1741214e758fa5713530c2f06d
|
|
| MD5 |
fb23989751bc9b95077d83e423485a1a
|
|
| BLAKE2b-256 |
824ba28d6212f83ff75d2167410d1c48e54f80bdefb733c661c334faa129ef66
|