Metadata-Version: 2.2
Name: secure_pass_gen
Version: 0.1.3
Summary: A simple Python package to generate strong passwords.
Home-page: https://github.com/NIL327/password_generator
Author: NIL MAKVANA
Author-email: neel327.rejoice@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# Password Generator

A simple Python package to generate strong and unique passwords.

## Installation

```sh
pip install secure-pass-gen
