How to embed a text widget in tkinter window that supports RTL (e.g., Arabic)
07:11 26 Mar 2026

I devleoped an app based on tkinter in python. But it doesn't support RTL very well in it's text widget. I really don't want to rewrite the whole app using a different framework such as pyside. Is there any reliable workaround that can address this issue? I heard that you could insert a html based text widget through some library, but I don't know if it is reliable enough.

python tkinter