A customizable password generator
Project description
Py_Pass
This is a random password generator in python that does NOT store ANY of your data.
Where can I use it ?:
- Windows (.exe compiled version available on GitHub)
- Ubuntu
- macOS
With this script, you can:
- Select the password length
- Enable/disable numbers
- Enable/disable special chars
- Change the special char list
HOW TO USE:
from py_pass import randPassprint(randPass())
randPass can take four arguments:
- stringLength -> Password length, in integer.
- isNumber -> Is the password should include numbers, in boolean.
- isSpecial -> Is the password should include special characters, in boolean.
- specialChars -> The special characters ASCII map, in string.
HOW TO HELP ME:
- Like and fork my github
- Tell your friend about it ! :)
INFO
GitHub link: https://github.com/ZKAW/PyPass
! DISCLAIMER !
This script is not storing ANY of your data, so you can use it in a totally transparent and safe way. Enjoy ! :)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py_pass-1.5.5.tar.gz.
File metadata
- Download URL: py_pass-1.5.5.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a99c3a94029c7fab459747101418f8e65bc22545b545e9a85f06f05e69c27e58
|
|
| MD5 |
08bbe2859d787c8e852da54b52979fd9
|
|
| BLAKE2b-256 |
253c8def7329679451d4204f205f9fef86e31785c5e115af9625f5467b20f61f
|
File details
Details for the file py_pass-1.5.5-py3-none-any.whl.
File metadata
- Download URL: py_pass-1.5.5-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1ec00efe0de34e08c38a41e71c034192320ce90708a1d2b3c8268db050b1e28
|
|
| MD5 |
1ae074a4b7ba6bbd3426945eb5ec7598
|
|
| BLAKE2b-256 |
0ba4728d296421a5c7a3043c6a1379f9f12d07d7fc77ad6986cd01b409d409ff
|