Add LICENSE
一个简单的文本处理工具库,提供基本的字符串操作功能。
pip install .
from text_utils import reverse_string, capitalize_words
print(reverse_string(“hello”)) # 输出: olleh print(capitalize_words(“hello world”)) # 输出: Hello World
本项目采用 MIT 许可证 开源。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Text Utils
一个简单的文本处理工具库,提供基本的字符串操作功能。
功能
安装
pip install .
使用示例
from text_utils import reverse_string, capitalize_words
print(reverse_string(“hello”)) # 输出: olleh print(capitalize_words(“hello world”)) # 输出: Hello World
许可证
本项目采用 MIT 许可证 开源。