An open API service indexing awesome lists of open source software.

https://github.com/aapis/pypasswordr

Python version of Passwordr
https://github.com/aapis/pypasswordr

Last synced: 17 days ago
JSON representation

Python version of Passwordr

Awesome Lists containing this project

README

        

PyPasswordr
===========

A python variant of my [Passwordr](https://github.com/aapis/passwordr) project.

## Usage

```python
_arg = {
"base": "whatever", #uses this as a salt, optional
"length": 32,
}

python passwordr.py _arg["base"] _arg["length"]
```