Skip to main content

A simple component to perfectly align Arabic text in Streamlit Apps.

Project description

Streamlit Arabic Support Wrapper

This Python package provides tools to support the alignment and proper display of Arabic text in Streamlit applications. It enhances the visual layout of Arabic content by adjusting the directionality and alignment of text and UI components.

[APP DEMO]

Features

  • Arabic Text Alignment: Ensures that Arabic text in Streamlit components such as markdown, input fields, and alerts is correctly aligned from right to left.
  • Support for Multiple Components: Can apply Arabic text alignment to specific Streamlit components or all supported components at once.
  • Easy Integration: Easily integrate with existing Streamlit applications to improve the display of Arabic text.

Installation

You can install the package using pip:

pip install streamlit-arabic-support-wrapper

Visit the Official Package Site in PyPI here

Usage

First, import the support_arabic_text function from the package and use it in your Streamlit application. Here's an example of how to use it:

import streamlit as st
from arabic_support import support_arabic_text

# Support Arabic text alignment in all components
support_arabic_text(all=True)

# Application Title
st.title("تجربة دعم اللغة العربية")

# Demonstrating different supported components
st.write("هذا التطبيق يوضح كيفية دعم اللغة العربية في Streamlit.")

Or, You can check the following web application for the Package information as example: Streamlit Arabic Support Wrapper Example App

Supported Components

  • Text displays: st.write, st.markdown
  • Input widgets: st.text_input, st.text_area, st.selectbox, st.multiselect
  • Alerts: st.warning, st.success, st.error

You can enable support for specific components by passing a list of component names to support_arabic_text, or use all=True to support all available components.

Example

Here's a code snippet to support specific components:

import streamlit as st
from arabic_support import support_arabic_text

support_arabic_text(components=["input", "selectbox", "alert"])

This will apply Arabic text alignment to input fields, select boxes, and alert messages.

Author

Basel Husam

Feel free to contact me at baselmathar@gmail.com.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

Contributions

Contributions are welcome! Please create an issue or pull request on GitHub if you have suggestions or contributions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

streamlit_arabic_support_wrapper-1.1.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file streamlit_arabic_support_wrapper-1.1.tar.gz.

File metadata

File hashes

Hashes for streamlit_arabic_support_wrapper-1.1.tar.gz
Algorithm Hash digest
SHA256 1238295a1d9e75986bceea5f090e23b29fa66276c5322e747ffecc776d36d3ab
MD5 d719dd8cb663374373d57cf7e3371e72
BLAKE2b-256 c8cc80fb1f0d2b78a9a37ecbfbf52ebc1da2702c939874ceaa75c0bde1042cac

See more details on using hashes here.

File details

Details for the file streamlit_arabic_support_wrapper-1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for streamlit_arabic_support_wrapper-1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e835269575775218225c12ae0be0e58c051ba55182246fbca59740c09cf87a87
MD5 9170021d14841ff136e8c91bda8beec7
BLAKE2b-256 f5c7e46c04781219f7cd34eaa37184744ef2f71889c2a3efd5e4d2b23dd00fcc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page