A comprehensive Python utility package for string manipulation and processing.
- Remove duplicate characters while maintaining order
- Capitalize words
- Count words in text
- Find all occurrences of substrings
- Remove punctuation
- Convert text to camelCase
- Count unique characters
bash pip3 install string-processor
## Usage
```python
from string_processor import StringProcessor
processor = StringProcessor()
This project is open-sourced under the MIT License - see the LICENSE file for details.