https://github.com/matinghanbari/easypasswordgenerator
Easy python script to generate random strong passwords
https://github.com/matinghanbari/easypasswordgenerator
password password-generator python script
Last synced: 3 months ago
JSON representation
Easy python script to generate random strong passwords
- Host: GitHub
- URL: https://github.com/matinghanbari/easypasswordgenerator
- Owner: MatinGhanbari
- License: mit
- Created: 2024-12-25T18:21:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-25T19:08:42.000Z (about 1 year ago)
- Last Synced: 2025-03-28T08:11:15.674Z (10 months ago)
- Topics: password, password-generator, python, script
- Language: Python
- Homepage:
- Size: 6.64 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EasyPasswordGenerator
Easy python script with windows executable file to generate random strong passwords
### Password Generator
Usage: **passgen** [length] [flags]
Flags:
- **1000** for numbers,
- **0100** for uppercase,
- **0010** for lowercase,
- **0001** for symbols
Example:
- passgen 8 1111 => output: **`=B@9cMLl`**
- passgen 8 0010 => output: **`ckqmjbkg`**
- passgen 8 1000 => output: **`75095112`**
## Getting Started
1. Add passgen.exe file into one of the known system env path like `%SystemRoot%` or `%SystemRoot%\system32` or create one and move executable file into it.
2. Open cmd and run:
```
> passgen 8
```
result: **y!_*nqO6**
## Screenshots
# Contributing
Pull requests are welcome. For changes, please open an issue first to discuss what you would like to change.