Metadata-Version: 2.1
Name: txtmuch
Version: 0.1.0
Summary: A txt model,it is my first model,use for test.
Home-page: https://github.com/theoyu314159/txtmuch/tree/main
Author: theoyu314159
Author-email: sladersyuyu@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# txtmuch模組

## txtmuch.much(txt)

計算字串長度

## txtmuch.cut(txt)

計算可以分割成幾個

## txtmuch.onlytxt(txt)

計算單詞數量

## txtmuch.big(txt)

全部轉為大寫

## txtmuch.headbig(txt)

開頭轉為大寫

## txtmuch.bigsmall(txt)

大寫寫對調

