ahadith 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.