Metadata-Version: 2.1
Name: py-random-password
Version: 0.0.3
Summary: generate a random password using python.
Home-page: https://github.com/sujitmandal/py-random-password
Author: Sujit Mandal
Author-email: mandals974@gmail.com
License: MIT
Description: ## PyRandomPassword
        generate a random password using python.
        
        [![Build Status](https://app.travis-ci.com/sujitmandal/py-random-password.svg?branch=master)](https://app.travis-ci.com/sujitmandal/py-random-password) [![GitHub license](https://img.shields.io/github/license/sujitmandal/py-random-password)](https://github.com/sujitmandal/py-random-password/blob/master/LICENSE) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/py-random-password) ![PyPI](https://img.shields.io/pypi/v/py-random-password?style=plastic)
        
        
        [![Downloads](https://pepy.tech/badge/py-random-password)](https://pepy.tech/project/py-random-password)
        
        
        ## Package Installation  : 
        ```
        pip install py-random-password
        ```
        [Package Link](https://pypi.org/project/py-random-password/)
        
        ## Random Generate Password : 
        ```
        from PyRandomPassword.PyRandomPassword import RandomGeneratePassword as RandomPassword
        
        Password = RandomPassword(10)
        
        print('Password : {}'.format(Password))
        ```
        
        ## License:
        MIT Licensed
        
        ## Author:
        Sujit Mandal
        
        [GitHub](https://github.com/sujitmandal)
        
        [PyPi](https://pypi.org/user/sujitmandal/)
        
        [LinkedIn](https://www.linkedin.com/in/sujit-mandal-91215013a/)
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
