https://github.com/greendoescode/discord-ext-owoify
Owoify text using discord.ext.owoify :)
https://github.com/greendoescode/discord-ext-owoify
Last synced: 7 months ago
JSON representation
Owoify text using discord.ext.owoify :)
- Host: GitHub
- URL: https://github.com/greendoescode/discord-ext-owoify
- Owner: greendoescode
- License: mit
- Created: 2021-02-03T22:38:56.000Z (about 5 years ago)
- Default Branch: owoify
- Last Pushed: 2021-04-28T18:07:48.000Z (almost 5 years ago)
- Last Synced: 2025-07-06T07:06:43.472Z (9 months ago)
- Language: Python
- Size: 147 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://mit-license.org/)  [](https://discord.gg/esARSKDMAp)
### discord-ext-owoify
Simple ext package for owoifing text.
### Install
Simple paste this into your terminal
- ```shell script
pip install discord-ext-owoify
```
If you need to **update** please use the following:
- ```shell script
pip install --upgrade discord-ext-owoify
```
### Simple Use
Firstly, import the package using
- ```python
from discord.ext import owoify
```
Now, lets use the ```owoify.owoify()``` attribute to **owoify** your text!
- ```python
from discord.ext import owoify
print(owoify.owoify("TEXT"))
```
Wanna decode this now? Use the ```owoify.decode()``` attribute for this module.
- ```python
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
- ```shell script
pip install -U git+https://github.com/GreenDiscord/discord-ext-owoify
```
Thanks! Please give feedback in issues :)