Simple password generator module
Project description
random-password
This is a simple password generator written in python.
If you want to buy me some coffee :D
Usage
Basic usage:
usage: pypassword.py [-h] [-s SIZE] [-x]
optional arguments:
-h, --help show this help message and exit
-s SIZE, --size SIZE Random string size
-x When set, use special characters
Get random password with default size(14):
docker run --rm pipoline/random-password
output:
a8xlHjNEQ1sLFj
When you want to change password length just add -s/--size parameter e.g.:
docker run --rm pipoline/random-password -s 20
output:
bjMhaBqnw5Y8TvsmNLZV
Usage with special characters:
docker run --rm pipoline/random-password -s 20 -x
output:
O`v5|!XnV#N@[UXtg%Ei
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file pypassword-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: pypassword-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eef790d5f2c89419629f319064bf0d564ecd5f2b9c5b70f276fd53d5dab466cd |
|
MD5 | 7fbd462909647cc4ce30fa20c635eaf4 |
|
BLAKE2b-256 | 94017b386bd1fb6b98b58da391c6ad8e2da175f798f38ac7d8ad4131258fe875 |