4thel00z / ahadith

Python library to interact with hadith.json

Home Page:https://pypi.org/project/ahadith/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ahadith

hadith.json.png

Motivation

A little python library to consume hadith.json.

Installation

pip install ahadith

Usage

Get bukhari book by id

from ahadith import bukhari

book = bukhari(1)
first_hadith = book[0]
print(first_hadith)

License

This project is licensed under the GPL-3 license.

About

Python library to interact with hadith.json

https://pypi.org/project/ahadith/

License:GNU General Public License v3.0


Languages

Language:Python 81.8%Language:Makefile 18.2%