Skip to main content

An extension module to owoify text

Project description

License version Support Server

discord-ext-owoify

Simple ext package for owoifing text.

Install

Simple paste this into your terminal

  • pip install discord-ext-owoify
    

If you need to update please use the following:

  • pip install --upgrade discord-ext-owoify
    

Simple Use

Firstly, import the package using

  • from discord.ext import owoify
    

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

  • from discord.ext import owoify
    
    print(await owoify.owoify("TEXT"))
    

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

  • from discord.ext import owoify
    
    print(await owoify.decode("TEXT"))
    

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

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

discord-ext-owoify-0.0.3a0.tar.gz (3.3 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