Python Tkinter Entry Hide Text
widget = Entry(parent, show="*", width=15)
Poised Platypus
widget = Entry(parent, show="*", width=15)