Metadata-Version: 2.1
Name: BetterString
Version: 2.5.5
Summary: Like a normal string but with more functionality
Home-page: https://github.com/DrBumm/BetterString
Author: DerSchinken (aka DrBumm)
License: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3
Description-Content-Type: text/markdown

# BetterString
### This is a QoL (Quality of Life) package   
It implements some more functionality to the normal Python str    
**You can use BetterString just like a normal string!**    
Example:      
You can specify how many characters should be uppercase in .upper   
[Docs](https://github.com/DrBumm/BetterString/tree/main/docs)


