genepass can automatically generates passwords
Project description
genepass
generating passward randomly!
Install
pip install genepass
Usage
import genepass
#複数のパスワードをランダムで作成し提案してくれる
genepass.suggest_passwords()
#Default
genepass.suggest_passwords(suggest_num=10, security_level='strong',length=8, character_sets=None)
Option
-
suggest_num : int
- Number of suggestion
- allowed : 1-100(default:10)
-
security_level : string
- strong : DIGITS & CAPITAL_LETTER & SMALL_LETTER(default)
- god : DIGITS & CAPITAL_LETTER & SMALL_LETTER & SYMBOLS
- custom : Under construction
-
length : int
- Number of characters in the generated password
- allowed : 4-32(default:8)
-
character_sets : list or None
- characters type you want need
- DIGITS : 数字
- CAPITAL_LETTER : 大文字
- SMALL_LETTER : 小文字
- SYMBOLS : 記号
- characters type you want need
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
genepass-0.1.5.tar.gz
(3.4 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 genepass-0.1.5.tar.gz.
File metadata
- Download URL: genepass-0.1.5.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1062cc7da477a26787eac4393c950143dc91a6716c02d5a51b69e42b161bef1e
|
|
| MD5 |
c799b9ecff15bd9d9d617b567011ffd7
|
|
| BLAKE2b-256 |
fc673238038b5860b7f4eb332956e8d07d91a6a670c22bbca14fcb4bb4bde09a
|
File details
Details for the file genepass-0.1.5-py3-none-any.whl.
File metadata
- Download URL: genepass-0.1.5-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
730bb2e9e0a59ee8c9bf36492c955b6854a84af204700762b6c3fed250531575
|
|
| MD5 |
accf3e6da2646b3f106e962f90ac2511
|
|
| BLAKE2b-256 |
d570f953900d61525344481e2af4dbb2c009eb5bbacf32c067e7fb2880b69551
|