Metadata-Version: 2.4
Name: py.randsecret
Version: 1.0.1
Summary: py.randsecret - a random string of 32 characters, with (a-z), _, (0-9), suitable for passwords.
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

![logo](assets/log.png)

randsecret - a random string of 32 characters, with (a-z), _, (0-9), suitable for passwords.

# python:
```
pip install py.randsecret
```
# code:
```
from randsecret import generate
print(generate())
```
