Skip to main content

No project description provided

Project description

#Sample Package Operations

from pystringmini import *

string="https://pypi.org/project/Pystringmini/"

string1="TRJ"

print("Uppercase:",uppercase(string))

print("Lowercase:",lowercase(string))

print("Capitalize:",capitalize(string))

print("Length:",length(string))

print("Digit:",digit(string))

print("Minimum:",min(string))

print("Maximum:",max(string))

print("Replace:",replace(string1,'TRJ','Thiyagarajan'))

Encryption=encryption(string)

Decryption=decryption(Encryption)

print("Encryption:",Encryption)

print("Decryption:",Decryption)

print("Split:",split(string))

print("Help:",help())

#Output

Uppercase:HTTPS://PYPI.ORG/PROJECT/PYSTRINGMINI/

Lowercase:https://pypi.org/project/pystringmini/

Capitalize:Https://pypi.org/project/Pystringmini/

Length:38

Digit:False

Minimum:P

Maximum:y

Replace:Thiyagarajan

Encryption:kwwsv=22sbsl1ruj2surmhfw2Sbvwulqjplql2

Decryption:https://pypi.org/project/Pystringmini/

Split:['https://pypi.org/project/Pystringmini/']

Help:https://github.com/thiyagarajan2002/Pystringmini/blob/main/Documents

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

Pystringmini-3.1.0-py3-none-any.whl (6.5 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