Как получить пароль с помощью записи Tkinter

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