Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bdr-pro/python-arabic-converter-to-readiable-text-

make your arabic text readiable in python
https://github.com/bdr-pro/python-arabic-converter-to-readiable-text-

Last synced: about 1 month ago
JSON representation

make your arabic text readiable in python

Awesome Lists containing this project

README

        

**Arabic Cnverter text**

install in cmd write

```
python -m pip install ./downloads/arabic-1.0.0.tar.gz
```

```
import arabic_bdr_pro
a=arabic()
a=a.Arabic("Write your arabic text here")
print(a)
```

**A quick way to use it**

```
import arabic_bdr_pro

arabic().print("السلام عليكم")
```

or
```
print(arabic().arabic("السلام عليكم"))
```

**[DOWNLOAD](https://drive.google.com/file/d/1oUNFwA8g-HYa5hvR6f_SGKK7qgNfAYYQ/view?usp=share_link)**