Metadata-Version: 2.1
Name: arabic-pronounce
Version: 0.2.3
Summary: Pronounce Arabic words on the fly
Home-page: https://github.com/youssefsharief/arabic_pronounce.git
Author: Youssef Sherif
Author-email: sharief@aucegypt.edu
License: GPL-3.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown


## Arabic Pronounce

This project is based on the workings of 
* Dr. Nawar Halabi https://github.com/nawarhalabi/Arabic-Phonetiser
      * I am almost exaclty using the same code but just removing unneeded stuff and changing the format of the final output.

## Usage
```python
from arabic_pronounce import phonetise

phonetise("كلمةٌ")
>>> ['k l m t u1 n']
```

## Test
python -m pytest

