download quran audio easily
Project description
QuranDownloader
Installation
Use the package manager pip to install QuranDownloader lib.
pip install QuranDownloader
usage
to import the library type:
import QuranDownloader
Get all reciters names
print(QuranDownloader.RECITERS)
download_word
(function) def download_word(
verses_keys: list,
export_dir: str = './export/words'
) -> None
Example 1: download all word in the 7th verse from surah al-fatiha
QuranDownloader.download_word(['1:7'])
download_verse
(function) def download_verse(
reciter_name: str,
verse_key: str,
export_dir: str = './export',
chapter_number: int,
juz_number: int,
page_number: int
) -> None
Example 2: download the 7th verse from surah al-fatiha with 'Alafasy' voice
QuranDownloader.download_verse('Alafasy', '1:7')
License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
QuranDownloader-1.0.3.tar.gz
(4.7 kB
view details)
File details
Details for the file QuranDownloader-1.0.3.tar.gz.
File metadata
- Download URL: QuranDownloader-1.0.3.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12a1d300610e6862cda0d80dafe913682ea66cbe347c04df0c1e60b59dcb1f5e
|
|
| MD5 |
0b1556e5d54f6635fa87e6a17df5af23
|
|
| BLAKE2b-256 |
923c7c1c5394d72cfc0ba8537dc9ff59495f66abc54eb82e2c66ec3d9b3a5c2c
|