Python tkinter label orientation
label, python, tkinter
Solution
No, there is no way to display rotated text in the tkinter Label widget.
Problem
Is there any way to make the tkinter `label widget` vertical? Something like this or is it just simply impossible? I have already look around and can't seems to find how to do it.By the way, i have tried `orient='vertical'` but `label widget` doesn't seems to support it.