Metadata-Version: 2.1
Name: textutilsSohaib
Version: 1.0.0
Summary: A simple text utility package providing text manipulation functions
Home-page: https://github.com/MuhammadSohaibHassan/textutilsSohaib
Author: Muhammad Sohaib Hassan
Author-email: muhammadsohaibhassan3@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

# TextUtilsSohaib

A simple utility package for text manipulation tasks like:

- Convert to uppercase
- Convert to lowercase
- Reverse text
- Capitalize words
- Remove whitespace
- Word count
- Replace spaces with underscores

## Installation

```bash
pip install textutilsSohaib
```
