Metadata-Version: 2.4
Name: bhh
Version: 0.2.0
Summary: BHH - A Library for You
Author: Aria
Author-email: aria.karami94713@gmail.com
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: summary

BHH - A Library for You

BHH is a Python library that allows you to hash your passwords with random and chosen salts, adding internet search capabilities to your app and ....

Example of its commands:

print(bhh.hash_password(YOUR_PASSWORD))

print(bhh.verify_password(YOUR_PASSWORD, YOUR_PASSWORD_HASH))

print(bhh.hash_password_with_salt(YOUR_PASSWORD, YOUR_SALT))

print(bhh.install_from_pypi(PACKAGE_NAME))

print(bhh.search_web(YOUR_SEARCH, YOUR_BING_SEARCH_API_KEY, NUMBER_OF_SEARCH_RESULTS))

install:
'''batch
pip install bhh
