Yuxin's helper package with utilities for diverse tasks.
Project description
yuxin_helpers
Yuxin's helper package with utilities for diverse tasks.
Installation
pip install yuxin_helpers
Usage
Convert RGB to Hex
from yuxin_helpers import rgb_to_hex
print(rgb_to_hex(255, 0, 0)) # Output: '#ff0000'
Convert Hex to RGB
from yuxin_helpers import hex_to_rgb
print(hex_to_rgb('#ff0000')) # Output: (255, 0, 0)
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
yuxin_helpers-0.1.1.tar.gz
(2.2 kB
view details)
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 yuxin_helpers-0.1.1.tar.gz.
File metadata
- Download URL: yuxin_helpers-0.1.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c74359f02e8671e0c666627f28c57357f0647e42a851000340c43ef5a15e9a96
|
|
| MD5 |
3befb2598044d195fae2067c6261d46d
|
|
| BLAKE2b-256 |
1fe85ff88d43b9873551694140e600b3205dbeb5b62de4fa2088fb6403254b88
|
File details
Details for the file yuxin_helpers-0.1.1-py3-none-any.whl.
File metadata
- Download URL: yuxin_helpers-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fd120821f62d47bb50ab8329d03024e4d12306d1db8c430bd92b7854f5f599e
|
|
| MD5 |
564649a5f2352ff09b041502673c9b53
|
|
| BLAKE2b-256 |
e0c96994a69dee2b68665eb9f35ff8a952ce8924d6dd6bb517f4369143943e5b
|