Metadata-Version: 2.1
Name: genPwd
Version: 1.3.0
Summary: This is a sample Description
Home-page: https://github.com/yourusername/GenPwd
Author: Kanchan
Author-email: kanchanbora321@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Advance_Password_Generator
It will generate random passwords of maximum length 12, avoiding names present in specified files.

# Installation
1-  Install package

`pip install passwgeneration`


2- For updated version
 
`pip install --upgrade passwgeneration`         


3-Import package

`import passwgeneration as p`

4- Generate password

`p.generate_password()`
