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())
print("About:",About())
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
About:Create by Thiyagarajan V
trj08012002@gmail.com
Thank You
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
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for Pystringmini-3.1.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb1e2b840944b41d746778afc1656a7ad2bf98b550c4cd7abe1d965f9267e5b8 |
|
MD5 | 85fa571689dc49e975940d1e009df5af |
|
BLAKE2b-256 | 3b7adb7b5096895dde5e313e8822c5f1b172293e46fb28e4ea5446024f630885 |