https://github.com/omushpapa/secretive
Password Generator
https://github.com/omushpapa/secretive
Last synced: about 2 months ago
JSON representation
Password Generator
- Host: GitHub
- URL: https://github.com/omushpapa/secretive
- Owner: omushpapa
- License: mit
- Created: 2018-11-11T19:04:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-31T10:05:57.000Z (over 5 years ago)
- Last Synced: 2025-03-02T20:05:18.599Z (3 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 20passwordgen.py --help
```