Skip to main content

An extension module to owoify text

Project description

License version

async-owoify

Simple ext package for owoifing text.

Install

Simple paste this into your terminal

  • pip install async-owoify
    

If you need to update please use the following:

  • pip install --upgrade async-owoify
    

Simple Use

Firstly, import the package using

  • import owoify
    

Now, lets use the owoify.owoify() attribute to owoify your text!

  • import owoify
    
    print(owoify.owoify("TEXT"))
    

Wanna decode this now? Use the owoify.decode() attribute for this module.

  • import owoify
    
    print(owoify.decode("TEXT"))
    

    Note: The decode attribute is still in dev, as i need to find all words that would get owoified :)

Devlepoment version

To install this, you need to install from the github

  • pip install -U git+https://github.com/GreenDiscord/async-owoify
    

Thanks! Please give feedback in issues :)

Project details


Download files

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

Source Distribution

async-owoify-0.4.0a0.tar.gz (3.1 kB view hashes)

Uploaded Source

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