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

https://github.com/omushpapa/secretive

Password Generator
https://github.com/omushpapa/secretive

Last synced: about 2 months ago
JSON representation

Password Generator

Awesome Lists containing this project

README

        

# Secretive

A password generator

# Usage

## Installation

```bash
pip install secretive
```

## Basic Usage

```bash
passwordgen.py "giantas"

# character length of 20
passwordgen.py "giantas" --length 20

passwordgen.py --help
```