Alfanous-team / python-zekrpack-reader

This is a reader for Quran translation Zekr packs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Zekr pack reader

This is a reader for Quran translation Zekr packs.

Install

    $ sudo pip install zekrpack_reader

Usage

    >>> from zekrpack_reader import TranslationModel
    >>> tm = TranslationModel("./example.zip")
    >>> props = tm.translation_properties()
    >>> props["country"] 
    TR
    >>> lines = tm.translation_lines(props)
    >>> len(lines)
    6236

License

GPL

About

This is a reader for Quran translation Zekr packs.


Languages

Language:Python 100.0%