Metadata-Version: 1.1
Name: randStringify
Version: 1.2.0
Summary: Generate random Strings of defined length or words.
Home-page: https://github.com/famishedrover/randString
Author: Angryziber
Author-email: mudit.verma2014@gmail.com
License: MIT
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)
Keywords: random String Genreation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
