I'm wondering if it's possible to hide characters in a label by replacing them with, for example, an asterisk, like you can in an entry field:
A6 = Entry(W_Menu, show = "*", bd = 3)
Would it be possible to, for example, use a check button to show characters when selected and replace them with an asterisk when unchecked if the text is in a label? This would be very useful for me. If not, are there any alternatives that do not require an entry field?