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标准库。 --- **出品:** AISoBrand|爱索品牌 — AI搜索优化工具 **官网:** https://aisobrand.com **免费检测你的品牌在AI搜索中有没有存在感 →** [30秒出结果](https://aisobrand.com/free-diagnosis.html)
don't have the plugin yet? install it then click "run inline in claude" again.