Metadata-Version: 2.1
Name: kivyir
Version: 0.1.2
Summary: Improving the display of Persian text for Persian speakers
Home-page: https://github.com/goldaaa/kivyir
Download-URL: https://github.com/goldaaa/kivyir/tarball/master
Author: navid nasiri
Author-email: goldaaa.program@gmail.com
Maintainer: navid nasiri
Maintainer-email: goldaaa.program@gmail.com
License: MIT
Keywords: kivy persian farsi iran
Platform: ALL
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: Persian
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.5
Description-Content-Type: text/markdown

# kivyir | kivy persian | kivy فارسی

The first kivy Persian users for Iranians.

I converted the kivy library into Farsi for Iranians so that Iranians can use it.

کتابخانه کیوی را برای ایرانیان به فارسی تبدیل کردم تا ایرانی ها بتوانند از آن استفاده کنند.

I have added a sample test file so you can understand how to use it.

یک نمونه فایل تست اضافه کردم تا بتوانید نحوه استفاده از آن را بدانید.


Download
--------

You can also install from this repository.

    git clone https://github.com/goldaaa/kivyir.git

Then, install the library with

    python setup.py install


Importing
---------

Import kivyir commands, menus, and the shell

    from kivyir import *        # Line 1 should always be placed


Commands
--------

Commands that can be used
    
Some changes if needed

    from kivyir import ConfigText       # Line 2 should always be placed
    
    ConfigText.base_direction = 'ltr' or 'rtl'
    ConfigText.font_name = 'font_name'
    ConfigText.file_regular = '{path}/file_regular.ttf'
    ConfigText.file_bold = '{path}/file_bold.ttf'
    ConfigText.file_italic = '{path}/file_italic.ttf'
    ConfigText.file_bolditalic = '{path}/file_bolditalic.ttf'

Custom made

    from kivyir import IrLabel, IrTextInput     # Line 3 should always be placed

[Sample image tested](https://github.com/goldaaa/kivyir/blob/main/test/sampel_test.png)

![](https://github.com/goldaaa/kivyir/blob/main/test/sampel_test.png)


If you are interested in financial support, you can send a message through Gmail if you have any questions.

اگر قصد حمایت مالی یا سوال دارید می توانید از طریق جیمیل پیام ارسال کنید.

gmail: goldaaa.program@gmail.com

[Telegram group of this project: t.me/kivyiran](http://t.me/kivyiran)

[github facleaning](https://github.com/goldaaa/kivyir)
