Como receber senha usando a entrada do Tknter

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