Skip to content

4thel00z/ahadith

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.