genepass can automatically generate (create) passwords
Project description
genepass
generating passward randomly! (create password 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.6.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.6.tar.gz.
File metadata
- Download URL: genepass-0.1.6.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 |
f5bfc9a5d530fff11d57cf7c49d5112ed10ba97c3b1e0a79a5ca89723416cfc2
|
|
| MD5 |
a86a7a7c27e731be0c9565452d93ecb3
|
|
| BLAKE2b-256 |
ec4f8425ed23a8660777255d804a5199d3b12584968ea1f4222c5b69e93d4223
|
File details
Details for the file genepass-0.1.6-py3-none-any.whl.
File metadata
- Download URL: genepass-0.1.6-py3-none-any.whl
- Upload date:
- Size: 4.0 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 |
ef1e69f1a5503145a46b8d1f9522847d79972e24bf89f5aa60d1feffa1876698
|
|
| MD5 |
29a785e2b6fa679d9ac2b22f31066420
|
|
| BLAKE2b-256 |
db50f5459582c705510536a36f31f5905f7a00c69450840569b32909908cfdeb
|