Skip to content

pysem/strings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PYSEM-STRINGS

GitHub status GitHub issues GitHub pull requests GitHub license GitHub last commit


Pysem-strings is a modular library to simplify string uses

📝 Table of Contents

🧐 About

Pysem-strings makes strings very simple and intuitive. It has many methods for string manipulation.

🏁 Getting Started

Prerequisites

NO REQUIREMENTS NEEDED

Installing

# 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

🎈 Usage

from pysem_strings import String

print(String("hello, this is my string").get_chars(10))

🚀 Deployment

pysem-strings is a python library, when installed, just import it to your project.

import pysem_strings
from pysem_strings import *

⛏️ Built Using

  • Python

✍️ Authors

See also the list of contributors who participated in this project.