Skip to main content

No project description provided

Project description

PROGRAM TO PERFORM 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:",Minimum(string))

    print("Maximum:",Maximum(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://pypi.org/project/Pystringmini/
    About:Create by Thiyagarajan V 
    trj08012002@gmail.com 
    Thank You

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.7-py3-none-any.whl (6.6 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