Metadata-Version: 2.1
Name: people_also_ask_it
Version: 0.1
Summary: UNKNOWN
Author: intelligenzaartificialeitalia.net
Author-email: 
License: UNKNOWN
Platform: UNKNOWN
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Typing :: Typed
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# People-also-ask-it Api

#intelligenzaartificialeitalia.net

## Installation
```
pip install people_also_ask_it
```


### Importing
```python
import people_also_ask_it
```

### Come ottenere domande correlate
```python
people_also_ask_it.get_related_questions("caffè")

```

### Come ottenere più domande
```python
people_also_ask_it.get_related_questions("coffee", 5)

```

### Ottieni una risposta semplice per una domanda
```python
people_also_ask_it.get_simple_answer("Cosa è il caffè?")

```

##Licenza

MIT

© Copyright 2020-2022 Intelligenza Artificiale Italia!


