A simple module for convenient and fast generation of a character set
Project description
Randomify — A simple module for convenient and fast generation of a character set
Installation
| Windows | Linux/MacOs |
|---|---|
pip install pyrandomify |
pip3 install pyrandomify |
Usage
from pyrandomify import Text, Digits, Generate
# generating text a-Z
Text().generate(lenght=15)
# output: AUyapxMKqDzSyQx
# generating numbers 0-9
Digits().generate(lenght=15)
# output: 500797162564347
# generating random printable symbols (text, digits, symbols, spaces)
Generate().generate(lenght=15)
# output: q?1wQ#}jpR*;w-.
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
pyrandomify-1.1.tar.gz
(3.8 kB
view details)
File details
Details for the file pyrandomify-1.1.tar.gz.
File metadata
- Download URL: pyrandomify-1.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efc6009fee1c1cf21b85017cd8dfdc990e29957130a187dabb5f59dba4282af7
|
|
| MD5 |
18db4ae066aae85743dfb7630aef08f7
|
|
| BLAKE2b-256 |
ab84706544482a6c1f32a5283b4e877dd26849863b92954f52b81279a741040e
|