Metadata-Version: 2.1
Name: koala-poder
Version: 0.1.2
Summary: A Python Library for generating sentences and doing math with koalas
Author: Blake Peterson
Description-Content-Type: text/markdown

# Koala Poder

Use the power of Koalas to create beautiful sentences.

## Usage

```
from koala-poder import koala

koala = Koala("mario", "fire", "jump")

# says hello with koala name
koala.hello_koala()

# uses the koala's poder
koala.use_koala_poder()

# uses the koala's action
koala.koala_action()

# add numbers and get descriptive string with result
addition_result = koala.koala_add(3, 5)

print(addition_result)
```
