Metadata-Version: 2.1
Name: passgenr
Version: 0.0.2
Summary: a random password generator build with basic python coding
Author: Coder014 (Chandan Kumar)
Author-email: binary.commands@gmail.com
Keywords: python,random,password generator,password
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows

In the function we have to provide values as: 
passgenr(n_letter, n_digit, n_symbol) 
to get the randomly generated string
