---BHH---
Project description
BHH - A Library for You
Version: 0.3.4
License
This project is licensed under the BHAP License - see the LICENSE file for details.
⚠️ Note: To install this library, requests libraries version 2.0.0 or higher and Pillow version 10.0.0 or higher must be installed ⚠️
Features:
🎮 Create your own simple games
🔒 Hash your passwords with both random and chosen salts
🌐 Add a search engine to your app
💻 Install libraries from PyPI
Installation:
pip install bhh
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"))
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.4.tar.gz.
File metadata
- Download URL: bhh-0.3.4.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdc5d268ca5acc6e25ae1cabb015095ad2a9dce4613202c902099c884ef4f01c
|
|
| MD5 |
56ceed64ef57174701e01367dc54ea65
|
|
| BLAKE2b-256 |
08f0694abd0f22d2d7488bfaee16866981da74fde676a1b354212f6ef055998e
|
File details
Details for the file bhh-0.3.4-py3-none-any.whl.
File metadata
- Download URL: bhh-0.3.4-py3-none-any.whl
- Upload date:
- Size: 2.1 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 |
fad73358aab40556e13ab1e0e69e5a20190a77c0fcfd8f8a3ccd7f52d1c636b1
|
|
| MD5 |
1deffa06e5f6aa5b3a0df7f5831938a7
|
|
| BLAKE2b-256 |
29c3b74118df7623825ec70ef5902800d2338b29b7e6709a58ccd86856d861b7
|