I have a Text widget in Ubuntu 22.04 and I want to write Farsi in it but it not work properly with Farsi letters, I used add_bidi_support from awesometkinter lib but for entry widget ,the library does not have any function for Text widget.
description_text = tk.Text(record_tab, width=15,height=5 ,font=("B Nazanin",20))
description_text.tag_config('tag-right', justify='right')
description_text.grid(row=3, column=0, padx=20, pady=20)
it has to be like this : سلام
I tried
awesometkinter