Generate random Strings of defined length or words.
Project description
Can generate random strings of upper and lowercase alphabets. Requires length of string or number of words as input.
## INSTALLATION pip install randStringify
Functions : withLength(length , custom=’str’) withWords(wordlimit , custom=’str’)
Import : from genstr as r
Use : r.generate.withLength(50) r.generate.withWords(10)
prototype = ‘asdfwe234’ r.generate.withWords(10 , custom=prototype)
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
randStringify-1.2.0.tar.gz
(3.9 kB
view details)
File details
Details for the file randStringify-1.2.0.tar.gz
.
File metadata
- Download URL: randStringify-1.2.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a14fcce74cb4a1ae1141619d045bf80b101df74eaa1dcfb6dd73f84cdf455559 |
|
MD5 | 549a7090e77351705c80bfeffde3d7fd |
|
BLAKE2b-256 | 71353c2182bd3950e07b733523c179a8161da8fb19ff2e37f80d7f1378c777fc |