Skip to main content

BHH - A Python toolbox

Project description

BHH - A Library for You

Version: 0.3.10

Changes in this version:

Gameplay feature removed

A fun feature added

Developer: Aria

PyPI Page


License

This project is licensed under the BHAP License - see the LICENSE file for details.

License:

BHAP License (c) 2025 Aria

The bhh project is an open-source project.

This license allows you to:

- Modify the code

- Redistribute it

- Publish it

- Use the hashing formula or other formulas from this project in your own projects

Conditions for redistribution and release:

1. Your name must be included in the redistributed version.

2. The BHAP License must be included with the project.

3. The project must remain open-source.

This software is provided "as is", without any warranty of any kind. The author shall not be held

liable for any damages arising from the use of this software.

Features:

🔒 Hash your passwords with both random and chosen salts

🌐 Add a search engine to your app

🌐 Bind ports to serve static files with a simple HTTP server

💻 Install libraries from PyPI

😊 Reverse the text


Usage:

BHH is a Python toolbox for you. Instead of writing 25 lines of code, you can do it with 1 line. You can use this package as a web server, make your simple games easier, and ...... Other features are mentioned in the Features section ☝️


Installation:

pip install bhh 

Requirements

  • requests >= 2.0.0

  • Pillow >= 10.0.0


How it works

  1. Open your Windows Powershell or Command Prompt

  2. type

pip install bhh
  1. Open your Python IDE or Python Terminal

  2. type

import bhh
  1. Now you can use any of the following commands as you wish:
#hash password
hash1 = print(bhh.hash_password("your password"))
print(hash1)

hash2 = print(bhh.hash_password_with_salt("your password", b"your salt"))
print(hash2)

#verify password
print(bhh.verify_password("your password", hash2)) # True or False

#install package
print(bhh.install_from_pypi("package name"))

#search web
number_of_outputs = 15
print(bhh.search_web("your search", "YOUR_BING_API_KEY", number_of_outputs))

#bind port
port = 1234
print(bhh.apos("service path", port, "ip", "homepage"))

#reverse text (Fun 😊 )
print(bhh.reverse_text("Hello!")) # output: !olleH

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bhh-0.3.10.tar.gz (2.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bhh-0.3.10-py3-none-any.whl (2.8 kB view details)

Uploaded Python 3

File details

Details for the file bhh-0.3.10.tar.gz.

File metadata

  • Download URL: bhh-0.3.10.tar.gz
  • Upload date:
  • Size: 2.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for bhh-0.3.10.tar.gz
Algorithm Hash digest
SHA256 3dc637e6baa0924774f3ac8b05871cfed9f95e39964f55bebdd0ccb91c339647
MD5 2eeed163add347ee503b185966e14fe6
BLAKE2b-256 84b35557b4dd63cd887ebf4fbb8eb84b209a56b7d2b716002fb74da0c98e4445

See more details on using hashes here.

File details

Details for the file bhh-0.3.10-py3-none-any.whl.

File metadata

  • Download URL: bhh-0.3.10-py3-none-any.whl
  • Upload date:
  • Size: 2.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for bhh-0.3.10-py3-none-any.whl
Algorithm Hash digest
SHA256 53f1cdfe02249a55f4e1b70b8bbfd5c35c4d630c9cca0e948ef1039971edcd18
MD5 9a2af61dd6d4010f8c22b78d70930ba2
BLAKE2b-256 ebaecaa2dec16414b04afd97bbac9594f78324443fc8c180c4f33261b7cd7233

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page