Convert HEX color code to RGB.
Project description
hexrgb
A minimalist yet powerful CLI tool to convert HEX color codes to RGB format. Built for terminal lovers, developers, and color geeks.
📦 Installation
✅ Option 1: Install via PyPI (Recommended)
pip install hexrgb
Once installed, use it anywhere:
hexrgb --hex-to-rgb "#AABBCC"
📁 Option 2: Manual Installation from GitHub
- Clone the repository:
git clone https://github.com/yourusername/hexrgb.git
cd hexrgb
- Run directly with Python:
python3 main.py --hex-to-rgb "#AABBCC"
- Or install locally using pip:
pip install .
# For development mode (editable)
pip install -e .
🚀 Usage
$ hexrgb --hex-to-rgb "#AABBCC"
RGB: 170,187,204
✅ Supported Input Formats:
#RRGGBBRRGGBB
No need to include the #, both are accepted.
🛠 Uninstall
To remove the tool completely:
pip uninstall hexrgb
👤 Author
Mallik Mohammad Musaddiq
- GitHub: @mallikmusaddiq1
- Project Philosophy: Minimalism, Modularity, CLI-first
📝 License
Free to use, modify, and distribute.
"Colors speak in silence; hexrgb translates their voice into logic."
Project details
Release history Release notifications | RSS feed
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 hexrgb-1.0.0.tar.gz.
File metadata
- Download URL: hexrgb-1.0.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a2efe6cfe50a28d3c096b428c02ed86929ff2a6dca4f76f5ed96ca39b5b9d23
|
|
| MD5 |
4d60684dae017aa830c15ce7798df050
|
|
| BLAKE2b-256 |
6d7e604b640304e3074341159fe3377d3ee6bb0c262b495188108ef37d01463f
|
File details
Details for the file hexrgb-1.0.0-py3-none-any.whl.
File metadata
- Download URL: hexrgb-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68fdaadf12f21bc3d75e5db2b7eb1ddabd663a7ac58fd32dc4fc934e56e867ab
|
|
| MD5 |
9816d280e5ec086604b3c1afb22ec2f7
|
|
| BLAKE2b-256 |
f6899468c4c2b668d69192f3183597043f28ca665a96d4104a54d00c82218d1d
|