An open API service indexing awesome lists of open source software.

https://github.com/mwoss/poketruth

Application checking facts about Pokemons.
https://github.com/mwoss/poketruth

data json pokemon python truth

Last synced: 7 months ago
JSON representation

Application checking facts about Pokemons.

Awesome Lists containing this project

README

          

# PokeTruth

PokeTruth is an application that can check if facts you saw somewhere in internet about certain Pokemon is true.

### Installation:
```
>> pip install git+https://github.com/mwoss/PokeTruth
```

### Example of usage:
```
truth = PokeTruth()
truth.evaluate_sentence('Bulbasaur is grass type pokemon and has 55 attack')
```