Keda87 / python-quran-odoa

:blue_book: Python library to get random ayah within quran surah for supporting "ODOA" (One Day One Ayah) campaign.
MIT License
12 stars 0 forks source link

Display surah.ayah in arabic #1

Closed arycloud closed 4 years ago

arycloud commented 4 years ago

How can we display the surah.ayah in arabic?

Keda87 commented 4 years ago

Hi @arycloud

surah.ayah is already returned a quran arabic, but if you are on python 3 you have to decode it because python 3 returned a byte surah.ayah.decode() / surah.ayah.decode('utf8')

Keda87 commented 4 years ago

I closed this issue due to inactive discussion