Metadata-Version: 2.1
Name: asktanya
Version: 1.0.16
Summary: Ask-tanya anything! Asktanya is a Python framework to search factual information on the internet.
Home-page: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: wikipedia
Requires-Dist: pywikihow
Requires-Dist: beautifulsoup4
Requires-Dist: requests
Requires-Dist: nltk
Requires-Dist: black
Requires-Dist: flake8

<h1 align="center">Welcome to asktanya 👋</h1>
<p>
  <img alt="Version" src="https://img.shields.io/badge/version-1.0.4-blue.svg?cacheSeconds=2592000" />
  <a href="github.com/liviaellen/asktanya" target="_blank">
    <img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
  </a>
  <a href="#" target="_blank">
    <img alt="License: MIT License" src="https://img.shields.io/badge/License-MIT License-yellow.svg" />
  </a>
</p>

> Ask-tanya anything! Asktanya is a framework to search factual information on the internet.

### 🏠 [Homepage](https://github.com/liviaellen/asktanya/)

### ✨ [Demo](https://asktanya.herokuapp.com/)

## Install

```sh
pip install asktanya
```

## Usage in CLI / Terminal
```sh
ask-tanya
```

## Usage in Python
```python
import asktanya
from asktanya.main import ask_tanya
ask_tanya("Why is the earth round")
```

## Author

👤 **Livia Ellen**

* Website: liviaellen.com
* Github: [@liviaellen](https://github.com/liviaellen)
* LinkedIn: [@liviaellen](https://linkedin.com/in/liviaellen)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/liviaellen/asktanya/issues).

## Show your support

Give a ⭐️ if this project helped you!

***
_Generated with ❤️ and coffee_


