Metadata-Version: 2.1
Name: genepass
Version: 0.1.4
Summary: genepass can automatically generates passwords
Home-page: https://github.com/senya-koku/genepass
Author:  ny7777
Author-email: meathouse47@gmail.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE

# genepass

generating passward randomly!

----
# Install
`pip install genepass`

----
# Usage

```python
import genepass

genepass.create_random_password()
```

----
# Option
- security_level
    - strong : DIGITS & CAPITAL_LETTER & SMALL_LETTER
    - god    : DIGITS & CAPITAL_LETTER & SMALL_LETTER & SYMBOLS
    - custom : Under construction
 
    ----
