-1

I am making a basic python Tkinter calculator and I need to know how to force the Textbox I have made to be Right to Left because that is what most calculators use. Is their a simple way to do this?

1 Answers1

0

It is as simple as
justify='right'