← 返回
未分类

Cn Color Tool

cn-color-tool。纯Python标准库,无需API Key。
cn-color-tool。纯Python标准库,无需API密钥。
freedompixels freedompixels 来源
未分类 clawhub v1.2.6 2 版本 100000 Key: 无需
★ 0
Stars
📥 408
下载
💾 0
安装
2
版本
#latest

概述

slug: cn-color-tool

name: 颜色转换工具

description: "cn-color-tool。纯Python标准库,无需API Key。"

keywords: color, tool

version: "1.0.0"

author: 千策

颜色转换工具

纯 Python 标准库实现的颜色格式转换工具。

功能

  • HEX → RGB:十六进制颜色码转 RGB 元组
  • RGB → HEX:RGB 转十六进制颜色码
  • RGB → HSL:RGB 转 HSL
  • HSL → RGB:HSL 转 RGB
  • 颜色预览:输出适合终端显示的颜色信息

使用方式

# HEX 转 RGB
python3 cn_color_tool.py hex2rgb "#FF5733"

# RGB 转 HEX
python3 cn_color_tool.py rgb2hex 255 87 51

# RGB 转 HSL
python3 cn_color_tool.py rgb2hsl 255 87 51

# HSL 转 RGB
python3 cn_color_tool.py hsl2rgb 11 100 60

# 完整转换(显示所有格式)
python3 cn_color_tool.py convert "#FF5733"

# HEX 转 HSL(一步到位)
python3 cn_color_tool.py hex2hsl "#FF5733"

技术说明

  • 纯 Python 标准库(colorsysargparse
  • 无外部依赖
  • HSL 中 H 范围 0-360,S/L 范围 0-100

出品: AISoBrand|爱索品牌 — AI搜索优化工具

官网: https://aisobrand.com

免费检测你的品牌在AI搜索中有没有存在感 → 30秒出结果

版本历史

共 2 个版本

  • v1.2.6 当前
    2026-06-07 12:42 安全
  • v1.2.5
    2026-05-07 07:07 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

suspicious
查看报告

🔗 相关推荐

dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 80 📥 182,948
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 686 📥 330,823
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 198 📥 68,175