Skip to content

matthewmpalen/pyjisho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Python HTTP client for Jisho.org search API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages