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
- Host: GitHub
- URL: https://github.com/dpbm/create-good-passwords
- Owner: Dpbm
- License: mit
- Created: 2021-07-04T22:55:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-25T14:11:07.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T18:51:54.579Z (12 months ago)
- Topics: cli, clipboard, create-password, linux, pass, passwords, python, random-password, security
- Language: Python
- Homepage: https://dpbm.github.io/create-good-passwords/
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)