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

https://github.com/dpbm/create-good-passwords

create good passwords using python
https://github.com/dpbm/create-good-passwords

cli clipboard create-password linux pass passwords python random-password security

Last synced: 11 days ago
JSON representation

create good passwords using python

Awesome Lists containing this project

README

          

# Create Good Passwords

Simple cli app to generate good passwords from a required size

## Usage

```bash
git clone https://github.com/Dpbm/create-good-passwords.git
cd create-good-passwords
python createGoodPasswords.py password_length # <-- with this your new password will be in clipboard
```

## Example Input
```bash
python createGoodPasswords.py 20
```

## Example Output
```bash

============ ============= ============= =======
== == == == == == ==
== == == == == == ==
== == == == == == ==
== ======= == == == == == ==
== == == == == == == ==
== == == == == == == ==
============ ============= ============= =======

W`uo(3Jl)6V#sXw;$M+'
copied password to clipboard
```

### Made with 💕 and 🔥 by [Dpbm](https://github.com/Dpbm)