Metadata-Version: 2.1
Name: moneysuffixes
Version: 1.0.2
Summary: Shortens long amount of number.
Home-page: https://github.com/CantCode023/MoneySuffixes
Author: CantCode
Author-email: cantcode023@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# MoneySuffixes Step By Step

1. Install MoneySuffixes
```bash
pip install moneysuffixes
```

2. Run Code
```python
from moneysuffixes import shorten

print(shorten(100000))
# Output: 100K
```

3. Done!

