Skip to main content

Powerful and fundamental string manipulation package

Project description

StryPy logo

StryPy is a Python package to help developers work with strings quickly and effectively. It provides a huge range of functions and objects that can be used to manipulate strings in almost any way you want. The package also simplifies advanced string functions making them more accessable for the average programmer. To check out the full documentation visit the link near the bottom of this page.

Features:
  • Basics such as concatenation.

  • String generators.

  • Advanced Unicode conversions.

  • Colouring strings.

  • Random string capabilities

  • And more!

Installation:

Using pip:

pip install strypy

Or:

pip3 install strypy

Basic Usage

Code:

import strypy as sp

print(sp.add("Hello", "World", spaces=True))

Returns:

Hello World

For full guides and examples, visit the documentation (link below)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

strypy-1.0.4.tar.gz (61.7 kB view hashes)

Uploaded Source

Built Distribution

strypy-1.0.4-py3-none-any.whl (45.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page