Metadata-Version: 2.1
Name: pypasslib
Version: 1.0
Summary: A Python module containing a list of a million passwords to use for educational purposes only
Home-page: https://github.com/Opticz45/pypasslib
Author: Opticz
Author-email: cartiscott45@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

## Pypasslib
pypasslib is a Python package that contains a list of a million passwords for educational purposes only. This package provides sample phrases that can be used for testing, research, and educational activities.

# Installation
You can install pypasslib using pip:

bash:
pip install pypasslib

# Usage
Once installed, you can easily access the list of passwords from the package:

python:

from pypasslib import pypass

for password in pypass:
    print(password) #...learn it urself
# License
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License. You may use this package for non-commercial educational purposes only. Redistribution and modification are prohibited.

# Contributing
As this project is intended for educational purposes only, contributions are not currently accepted.

Author:
Opticz
Email: cartiscott45@gmail.com
GitHub: Opticz45

