Like a normal string but with more functionality
Explore the docs »
Report Bug
·
Request Feature
View source code
Table of Contents
To get a local copy up and running follow these simple example steps.
Python >= 3.6
- Open a terminal
pip install BetterString
If it doesn't work, try:
pip3 install BetterString
If it still doesn't work install pip or install a supported python version
After Installing import BetterStrings and you can use it! For more information:
Go to the Documentation
Contributions are what makes the open source community such an amazing place to learn, inspire and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
The GitHub Pages Page is not quite finished