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: 2 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-25T14:11:07.000Z (over 2 years ago)
- Last Synced: 2025-12-26T20:14:26.019Z (6 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: 1
- 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)