Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

BabyEntchen/string_py

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

string_py

PyPI Documentation

A Python package to simplify working with strings

Installation

To install the library directly from PyPI you can just run the following command:

# Linux/macOS
python3 -m pip install -U string-py

# Windows
py -3 -m pip install -U string-py

Format Example

from string_py import Format

print(Format.align(values={"Username:": "John", "Register Date:": "01.01.2001"}))
Username:        John
Register Date:   01.01.2001

Manipulation Example

from string_py import Str

print(Str("Hello World!").first(5))
Hello

Information Example

from string_py import Str

print(Str("Hello World!").get_upper(index=True))
{0: 'H', 6: 'W'}

Printer Example

from string_py import Printer

print = Printer()

print.time("Hello World!")
[04.04 | 03:11:07] Hello World!

About

Utils for strings in python

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.