Display surah.ayah in arabic
arycloud opened this issue · 2 comments
arycloud commented
How can we display the surah.ayah
in arabic?
Keda87 commented
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
I closed this issue due to inactive discussion