Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.09 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.09 KB

Python Quran ODOA

Build Status pypi codecov

Python library to display random ayah within quran surah including the translation. Currently supports only Bahasa Indonesia and English.

This library is part of supporting ODOA (One Day One Ayat) campaign and using datasource from quranjson.

Prerequisite:

  • Python v3.6.+

Installation:

Pip:

$ pip install python-quran-odoa

Usage:

from odoa import ODOA

o = ODOA()

# by default the translation using bahasa indonesia,
# pass `lang='en'` if you want english translation.
surah = await o.get_random_surah()  # odoa.get_random_surah(lang='en')

surah.ayah
surah.desc
surah.translate
surah.sound