Welcome to StryPy’s documentation!
StryPy v1.0.4 is a Python 3 package to help developers work with strings quickly and effectively. It provides a huge range of functions 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.
- 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
For more information and other methods, check out Installation.
Table of Contents:
Quick Links:
Note
- StryPy is standardly imported
as spand that is how it is referred to for the entiriety of this documentation: >>> import strypy as sp >>> . . .