Skip to content

greendoescode/discord-ext-owoify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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(owoify.owoify("TEXT"))

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

  • from discord.ext 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/discord-ext-owoify

Thanks! Please give feedback in issues :)