https://github.com/greendoescode/async-owoify
https://github.com/greendoescode/async-owoify
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/greendoescode/async-owoify
- Owner: greendoescode
- License: mit
- Created: 2022-08-15T23:13:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-20T01:37:27.000Z (over 3 years ago)
- Last Synced: 2025-09-05T23:58:11.573Z (7 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://mit-license.org/) 
### async-owoify
Simple ext package for owoifing text.
### Install
Simple paste this into your terminal
- ```shell script
pip install async-owoify
```
If you need to **update** please use the following:
- ```shell script
pip install --upgrade async-owoify
```
### Simple Use
Firstly, import the package using
- ```python
import owoify
```
Now, lets use the ```owoify.owoify()``` attribute to **owoify** your text!
- ```python
import owoify
print(owoify.owoify("TEXT"))
```
Wanna decode this now? Use the ```owoify.decode()``` attribute for this module.
- ```python
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/async-owoify
```
Thanks! Please give feedback in issues :)