randomify
Simple python library for generate random words
Usage:
from randomify import username
if __name__ == "__main__":
names = [username() for _ in range(100)]
from json import dumps
print(dumps(names, indent=4))
Author: @lord_code
Release files for randomify 0.11
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| randomify-0.11.tar.gz | 14.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| randomify-0.11-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 29.3 kB
Release files / randomify-0.11.tar.gz
| Download URL | randomify-0.11.tar.gz |
|---|---|
| Size | 14.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
09860799bbe8beb20de138b6a35e97a982fa069f678d5c8d583171ff7b1fa9fd
|
|
BLAKE2b-256 checksum How to use checksums |
26115deba4cb90e434da2f0ac3bcea45dcdc8948995bbead5208ffacaddd167f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.9.9
|
Release files / randomify-0.11-py3-none-any.whl
| Download URL | randomify-0.11-py3-none-any.whl |
|---|---|
| Size | 14.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
50330523140002ae33323d85a57344128cacf5dd69dd88a2fd604ec0ba199882
|
|
BLAKE2b-256 checksum How to use checksums |
2b9009388dfee6fd87794828e9a6e3c5e3282ee6553ae4b6a621a8c7f8b452d4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.9.9
|