Convert English text to uppercase, lowercase, title case, or camel case using a Python-based Chinese case converter.
# cn-case-converter 中文拼音大小写转换工具。主要用于英文字母大小写转换。 ## 功能 - 转大写 - 转小写 - 首字母大写 - 驼峰转换 ## 使用方法 ```bash 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标准库。
don't have the plugin yet? install it then click "run inline in claude" again.