A little python library to consume hadith.json.
pip install ahadith
from ahadith import bukhari
book = bukhari(1)
first_hadith = book[0]
print(first_hadith)This project is licensed under the GPL-3 license.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A little python library to consume hadith.json.
pip install ahadith
from ahadith import bukhari
book = bukhari(1)
first_hadith = book[0]
print(first_hadith)This project is licensed under the GPL-3 license.