Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 457 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 457 Bytes

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