BHH - BHH - A Python toolbox for hashing, web search, games, and simple HTTP server
Project description
BHH - A Library for You
Version: 0.3.9
Developer: Aria
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:
-
Your name must be included in the redistributed version.
-
The BHAP License must be included with the project.
-
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:
🎮 Create your own simple games
🔒 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
Installation:
pip install bhh
Requirements
-
requests >= 2.0.0
-
Pillow >= 10.0.0
Usage:
import bhh
print(bhh.hash_password("mypassword"))
print(bhh.verify_password("mypassword", "stored_hash"))
print(bhh.hash_password_with_salt("mypassword", mysalt)) # ⚠️ Note: The format is salt bytes ⚠️
print(bhh.install_from_pypi("requests"))
print(bhh.search_web("Python Tkinter", "YOUR_BING_API_KEY", 5))
print(bhh.create_game_window("up.png", "down.png", "left.png", "right.png", "circle.png", "My Game", "white"))
print(bhh.apos("my service folder path", 1234, "ip", "homepage")) # ⚠️ Note: 1234 is Port ⚠️
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bhh-0.3.9.tar.gz.
File metadata
- Download URL: bhh-0.3.9.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
117faf46201ab82687e0bd1e4098be9091c3ff7254f9e26fc5f346fb8bea319e
|
|
| MD5 |
4cff3bf179caac2bed03e3ac5cc463fa
|
|
| BLAKE2b-256 |
73657abe2e6e5943d507726939ed3ce42e813a2f62dd77e85676a5dbee70eaa2
|
File details
Details for the file bhh-0.3.9-py3-none-any.whl.
File metadata
- Download URL: bhh-0.3.9-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84382ae0030367a5ef2e7e2a7d88f493064ce02eb7078263c0a0a392c629e1c5
|
|
| MD5 |
d2227d763dcfe54c008b688ef765361c
|
|
| BLAKE2b-256 |
01d92a6b4e353b57ce2142c3cc4360889417fd1e66118bcb5a1ccde7bf16e230
|