Jak otrzymać hasło za pomocą wpisu Tkinter

from tkinter import *
master = Tk()
password = Entry(master, show = '*').pack()
...
floating monkey