pyjisho

Python HTTP client for the Jisho.org search API.


Keywords
Japanese, English, translation, dictionary, language, jisho, 辞書, じしょ
License
MIT
Install
pip install pyjisho==0.1.0

Documentation

pyjisho

Python HTTP client for the Jisho.org search API.

Install

pip install pyjisho

Usage

from jisho import Client

client = Client()
response = client.search('house')
print(response)