Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bdr-pro/python-arabic-converter-to-readiable-text-
- Owner: BDR-Pro
- License: mit
- Created: 2023-05-02T17:52:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T19:23:46.000Z (about 1 year ago)
- Last Synced: 2023-10-14T21:13:33.221Z (about 1 year ago)
- Language: PowerShell
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_proarabic().print("السلام عليكم")
```or
```
print(arabic().arabic("السلام عليكم"))
```**[DOWNLOAD](https://drive.google.com/file/d/1oUNFwA8g-HYa5hvR6f_SGKK7qgNfAYYQ/view?usp=share_link)**