Cn Case Converter

Other

Convert English text to uppercase, lowercase, title case, or camel case using a Python-based Chinese case converter.

Install

openclaw skills install cn-case-converter

cn-case-converter

中文拼音大小写转换工具。主要用于英文字母大小写转换。

功能

  • 转大写
  • 转小写
  • 首字母大写
  • 驼峰转换

使用方法

python3 scripts/case_convert.py --text "hello world" --upper
python3 scripts/case_convert.py --text "HELLO WORLD" --lower
python3 scripts/case_convert.py --text "hello world" --title

纯Python标准库。