Metadata-Version: 2.1
Name: fiter
Version: 1.0.0
Summary: 문자열 포맷팅 라이브러리
Home-page: https://github.com/VoidAsMad/fiter
Author: VoidAsMad
Author-email: voidasmad@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Fiter
## Installation
```
$ pip install fiter
```
### How to Use
```py
from fiter import number

fiter = number.Conversion()
print(fiter.format('5000000000', format = '코인'))
```
#### Response
```
50억 코인
```

