Metadata-Version: 2.1
Name: async-owoify
Version: 0.3.0a0
Summary: An extension module to owoify text
Home-page: https://github.com/GreenDiscord/async-owoify/
Download-URL: https://github.com/GreenDiscord/async-owoify/releases/download/v0.3.0-alpha/async-owoify-0.3.0a0.tar.gz
Author: Green
License: MIT
Requires-Python: >=3.5.3
Description-Content-Type: text/markdown
License-File: LICENSE

[![License](https://img.shields.io/github/license/GreenDiscord/async-owoify)](https://mit-license.org/) ![version](https://img.shields.io/pypi/v/async-owoify)

### 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 :)
