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: over 1 year 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T19:23:46.000Z (over 2 years ago)
- Last Synced: 2025-01-21T18:39:00.704Z (over 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_pro
arabic().print("السلام عليكم")
```
or
```
print(arabic().arabic("السلام عليكم"))
```
**[DOWNLOAD](https://drive.google.com/file/d/1oUNFwA8g-HYa5hvR6f_SGKK7qgNfAYYQ/view?usp=share_link)**