Pysem-strings is a modular library to simplify string uses
Pysem-strings makes strings very simple and intuitive. It has many methods for string manipulation.
NO REQUIREMENTS NEEDED
# Using python pip
$ pip install pysem-strings
# Using git
$ git clone https://github.com/pysem/strings.git
$ cd strings
$ pip install -r requirements.txt
$ python setup.py install
from pysem_strings import String
print(String("hello, this is my string").get_chars(10))
pysem-strings is a python library, when installed, just import it to your project.
import pysem_strings
from pysem_strings import *
- Python
- @tory1103 - Idea, Concept & Initial work
See also the list of contributors who participated in this project.