https://github.com/ncdulo/pywrdgen
Generate (possibly) secure passwords.
https://github.com/ncdulo/pywrdgen
cli command-line-tool command-line-utility password password-generator python python3
Last synced: 5 months ago
JSON representation
Generate (possibly) secure passwords.
- Host: GitHub
- URL: https://github.com/ncdulo/pywrdgen
- Owner: ncdulo
- License: mit
- Created: 2020-04-11T16:31:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T21:03:10.000Z (about 6 years ago)
- Last Synced: 2025-12-10T07:52:46.995Z (6 months ago)
- Topics: cli, command-line-tool, command-line-utility, password, password-generator, python, python3
- Language: Python
- Size: 90.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# pywrdgen
[](https://pypi.python.org/pypi/pywrdgen/) [](https://pypi.python.org/pypi/pywrdgen/) [](https://lbesson.mit-license.org/) [](https://www.vim.org/) [](https://github.com/Naereen/badges)
Generate (possibly) secure passwords.
Just a little project to toy around with. I don't intend this to be anything
ground-breaking and exciting. Just a little utility to generate password(s).
# use
From inside your virtual environment of choice, install the requirements. Then
run the module or source file directly. This might be done as..
```bash
pip install -r requirements.txt # Install requirements
python -m pywrdgen # Run as a module
python pywrdgen/__main__.py # Run the source file directly
python -m pywrdgen --help # Display global flags help
python -m pywrdgen gen --help # Display generator flags help
```
# ideas
- Pronouncable passwords
- Password strength checking
- Batch check password strength from file
# contributing
Any, and all contributions are welcome. Be it issues, suggestions, thanks. I
appreciate all of it. Feel free to submit a pull request, or write an issue
with what's on your mind.