Skip to content

Instantly share code, notes, and snippets.

@mmsamiei
Created January 13, 2024 10:17
Show Gist options
  • Save mmsamiei/57e55d978403bc17dd3c22c2c0ac4cf5 to your computer and use it in GitHub Desktop.
Save mmsamiei/57e55d978403bc17dd3c22c2c0ac4cf5 to your computer and use it in GitHub Desktop.
from bidi import algorithm as bidi_algorithm
import arabic_reshaper
rtl = lambda x : bidi_algorithm.get_display(arabic_reshaper.reshape(x))
rtl('سلام سلام سلام')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment