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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for Pystringmini-3.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 363c3812f0745494ab75f6cb71cb9b908e712abdf381a474c1c03584390a50c4 |
|
MD5 | 710d83dbfe8b46718c9289d8272114d3 |
|
BLAKE2b-256 | 0db8a38c6621d41e4565641482978774e65b73486f4e70375300e9430d054ed0 |