معرفی شرکت ها


arabic2latin-1.1.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Convert Arabic characters to their Latin (English) homophones.
ویژگی مقدار
سیستم عامل -
نام فایل arabic2latin-1.1.1
نام arabic2latin
نسخه کتابخانه 1.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده rexa222
ایمیل نویسنده rexa222@outlook.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/arabic2latin/
مجوز MIT License Copyright (c) 2023 rexa222 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# arabic2latin Convert Arabic characters to their Latin (English) homophone. ## Installation Install from source: ```bash pip install git+https://github.com/rexa222/arabic2latin ``` Alternatively, install from PyPI: ```bash pip install arabic2latin ``` ## Usage/Examples ```python from arabic2latin import arabic_to_latin arabic_text = "السَّلَامُ عَلَيْكَ" converted_text = arabic_to_latin(arabic_text) print(converted_text) ``` Output: ```text alsaalaamo aalayka ``` ## Debug Mode If you came across a character that was not converted, you can find it using debug feature and report it as guided in the contributing section. ```text converted_text = arabic_to_latin(arabic_text, debug=True) ``` Output: ```text unknown character: ? ``` ## Contributing If you find a bug 🐛, please open a [bug report](https://github.com/rexa222/arabic2latin/issues/new?assignees=&labels=bug&template=bug_report.md&title=). If you have an idea for an improvement or new feature 🚀, please open a [feature request](https://github.com/rexa222/arabic2latin/issues/new?assignees=&labels=Feature+request&template=feature_request.md&title=).


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl arabic2latin-1.1.1:

    pip install arabic2latin-1.1.1.whl


نصب پکیج tar.gz arabic2latin-1.1.1:

    pip install arabic2latin-1.1.1.tar.gz