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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size pypassword-0.1.2-py2.py3-none-any.whl (4.0 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Close
Hashes for pypassword-0.1.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | eef790d5f2c89419629f319064bf0d564ecd5f2b9c5b70f276fd53d5dab466cd |
|
MD5 | 7fbd462909647cc4ce30fa20c635eaf4 |
|
BLAKE2-256 | 94017b386bd1fb6b98b58da391c6ad8e2da175f798f38ac7d8ad4131258fe875 |