Skip to content

Alfanous-team/python-zekrpack-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages