Skip to content

famishedrover/randString

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages