a python lib for generate random string and digits and special characters or A combination of them
Project description
python random strings
a python lib for generate random string and digits and special characters or A combination of them
options 🖇
- Random Lower Case
- Random Upper Case
- Random Letters
- Random Digits
- Random Hex Digits
- Random Oct Digits
- Random Punctuation
- Random Printable
Sample Code ✏️
from python_random_strings import random_strings
a = random_strings.random_lowercase(6)
print(a)
a = random_strings.random_uppercase(6)
print(a)
a = random_strings.random_letters(6)
print(a)
a = random_strings.random_digits(6)
print(a)
a = random_strings.random_hexdigits(6)
print(a)
a = random_strings.random_octdigits(6)
print(a)
a = random_strings.random_punctuation(6)
print(a)
a = random_strings.random_printable(6)
print(a)
sample output 📜
hueioj
GAVKDF
rENOtb
653665
c25Ba6
540322
"=*$^<
)|~6yZ
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
python random strings-0.2.tar.gz
(15.7 kB
view details)
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 python random strings-0.2.tar.gz.
File metadata
- Download URL: python random strings-0.2.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5532f14775d204affbbad2aa301a33405d4c549a19afbf0bfdbfbee8e6174675
|
|
| MD5 |
e9663b3a4ef431a311f4506ca444cd97
|
|
| BLAKE2b-256 |
2256594d412ce42f815a42d34b3fa2faee6eb13d62a4ec232713fa09b0461254
|
File details
Details for the file python_random_strings-0.2-py3-none-any.whl.
File metadata
- Download URL: python_random_strings-0.2-py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b6a446805889ceb97bc3deb62f40f9ec0f5a2207477cd5404c454a12d3db0b4
|
|
| MD5 |
c5fae597a9db15d246716c15ec9eeeab
|
|
| BLAKE2b-256 |
1baa0d105d3fd0b28088487f2d8734336ed730cb3d4653db49f8af21a4c3e8bf
|